lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 01 Aug 2013 22:47:52 +0200
changeset 52836 1a03ffc00a4a
parent 13973 9170772bf420
permissions -rw-r--r--
exception trace for Poly/ML 5.5.1, using regular Isabelle output;

package GraphBrowser;

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