lib/browser/GraphBrowser/ParseError.java
author haftmann
Thu, 05 Mar 2009 08:23:08 +0100
changeset 30301 429612400fe9
parent 13973 9170772bf420
permissions -rw-r--r--
dropped Id

package GraphBrowser;

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