lib/browser/GraphBrowser/ParseError.java
author haftmann
Thu, 22 Jul 2010 17:26:31 +0200
changeset 37935 7551769de556
parent 13973 9170772bf420
permissions -rw-r--r--
merged

package GraphBrowser;

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