lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 17 Oct 2012 22:11:12 +0200
changeset 49895 03871053cdba
parent 13973 9170772bf420
permissions -rw-r--r--
another Future.shutdown after Future.cancel_groups (cf. 0d4106850eb2);

package GraphBrowser;

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