lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 09 Aug 2012 19:37:42 +0200
changeset 48746 9e1b2aafbc7f
parent 13973 9170772bf420
permissions -rw-r--r--
more direct Linear_Set.reverse, swapping orientation of the graph; tuned;

package GraphBrowser;

class ParseError extends Exception {
	public ParseError(String s) { super(s); }
}