lib/browser/GraphBrowser/ParseError.java
author haftmann
Sat, 19 May 2007 11:33:30 +0200
changeset 23024 70435ffe077d
parent 13973 9170772bf420
permissions -rw-r--r--
fixed text

package GraphBrowser;

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