lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 22 Nov 2006 20:51:00 +0100
changeset 21471 03a5ef1936c5
parent 13973 9170772bf420
permissions -rw-r--r--
* settings: ML_IDENTIFIER includes the Isabelle version identifier;

package GraphBrowser;

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