lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 19 Jun 2014 11:47:46 +0200
changeset 57340 f6e63c1e5127
parent 13973 9170772bf420
permissions -rw-r--r--
tuned;

package GraphBrowser;

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