lib/browser/GraphBrowser/ParseError.java
author paulson
Tue, 17 Jan 2006 10:26:50 +0100
changeset 18701 98e6a0a011f3
parent 13973 9170772bf420
permissions -rw-r--r--
these hacks are no longer needed

package GraphBrowser;

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