lib/browser/GraphBrowser/ParseError.java
author nipkow
Fri, 13 Jun 2014 07:05:01 +0200
changeset 57251 f51985ebd152
parent 13973 9170772bf420
permissions -rw-r--r--
announce Tree

package GraphBrowser;

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