lib/browser/GraphBrowser/ParseError.java
author paulson
Tue, 10 Feb 2004 12:02:11 +0100
changeset 14378 69c4d5997669
parent 13973 9170772bf420
permissions -rw-r--r--
generic of_nat and of_int functions, and generalization of iszero and neg

package GraphBrowser;

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