lib/browser/GraphBrowser/ParseError.java
author paulson
Tue, 19 Aug 2003 13:53:58 +0200
changeset 14152 12f6f18e7afc
parent 13973 9170772bf420
permissions -rw-r--r--
For the Isar version of the ZF logics manual

package GraphBrowser;

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