lib/browser/GraphBrowser/ParseError.java
author wenzelm
Fri, 17 Jun 2005 18:33:17 +0200
changeset 16432 a6e8fb94a8ca
parent 13973 9170772bf420
permissions -rw-r--r--
accomodate change of TheoryDataFun; accomodate identification of type Sign.sg and theory; Context.theory_name;

package GraphBrowser;

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