lib/browser/GraphBrowser/ParseError.java
author paulson
Wed, 29 Oct 2003 16:16:20 +0100
changeset 14249 05382e257d95
parent 13973 9170772bf420
permissions -rw-r--r--
tidying

package GraphBrowser;

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