lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 29 Aug 2012 11:31:07 +0200
changeset 48991 0350245dec1c
parent 13973 9170772bf420
permissions -rw-r--r--
init components from local clone that is used to produce the test distribition, which itself lacks Admin;

package GraphBrowser;

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