lib/browser/GraphBrowser/ParseError.java
author blanchet
Fri, 20 Jul 2012 22:19:46 +0200
changeset 48396 dd82d190c2af
parent 13973 9170772bf420
permissions -rw-r--r--
name tuning

package GraphBrowser;

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