lib/browser/GraphBrowser/ParseError.java
author haftmann
Fri, 29 Apr 2005 08:05:06 +0200
changeset 15881 dcce46230131
parent 13973 9170772bf420
permissions -rw-r--r--
added antiquotations typeof, const, term_style, thm_style, term_type (something still to be done)

package GraphBrowser;

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