lib/browser/GraphBrowser/ParseError.java
author wenzelm
Fri, 15 Sep 2006 22:56:13 +0200
changeset 20548 8ef25fe585a8
parent 13973 9170772bf420
permissions -rw-r--r--
renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);

package GraphBrowser;

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