lib/browser/GraphBrowser/ParseError.java
author webertj
Thu, 11 Mar 2004 13:34:13 +0100
changeset 14464 72ad5f2a3803
parent 13973 9170772bf420
permissions -rw-r--r--
refute

package GraphBrowser;

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