lib/browser/GraphBrowser/ParseError.java
author webertj
Thu, 22 Sep 2005 13:52:55 +0200
changeset 17581 a50a53081808
parent 13973 9170772bf420
permissions -rw-r--r--
solver "auto" does not reverse the list of solvers anymore

package GraphBrowser;

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