lib/browser/GraphBrowser/ParseError.java
author webertj
Thu, 04 May 2006 12:50:01 +0200
changeset 19557 4866ebb16ba8
parent 13973 9170772bf420
permissions -rw-r--r--
Rat.one added

package GraphBrowser;

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