lib/browser/GraphBrowser/ParseError.java
author haftmann
Tue, 22 Sep 2009 15:38:12 +0200
changeset 32643 72979e93f919
parent 13973 9170772bf420
permissions -rw-r--r--
merged

package GraphBrowser;

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