lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 21 Jun 2010 11:24:19 +0200
changeset 37380 35815ce9218a
parent 13973 9170772bf420
permissions -rw-r--r--
final tuning;

package GraphBrowser;

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