lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 22 Jul 2009 10:45:35 +0200
changeset 32108 77094a0bbc3e
parent 13973 9170772bf420
permissions -rw-r--r--
shutdown future scheduler after (failed) SAT_Examples, to workaround interference problem with follow-up theory loading;

package GraphBrowser;

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