lib/browser/GraphBrowser/ParseError.java
author paulson
Tue, 17 Feb 2004 10:41:59 +0100
changeset 14390 55fe71faadda
parent 13973 9170772bf420
permissions -rw-r--r--
further tweaks to the numeric theories

package GraphBrowser;

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