lib/browser/GraphBrowser/ParseError.java
author noschinl
Wed, 23 Feb 2011 11:23:26 +0100
changeset 41827 98eda7ffde79
parent 13973 9170772bf420
permissions -rw-r--r--
setup case_product attribute in HOL and FOL

package GraphBrowser;

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