lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 16 Feb 2012 17:09:15 +0100
changeset 46505 cefceb54c656
parent 13973 9170772bf420
permissions -rw-r--r--
merged

package GraphBrowser;

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