lib/browser/GraphBrowser/ParseError.java
author kleing
Mon, 19 Apr 2004 14:04:41 +0200
changeset 14632 805fa01ac233
parent 13973 9170772bf420
permissions -rw-r--r--
temporarily reverted quote change for release. breaks latex output, needs more testing.

package GraphBrowser;

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