lib/browser/GraphBrowser/ParseError.java
author urbanc
Thu, 10 Nov 2005 00:36:26 +0100
changeset 18142 a51ab4152097
parent 13973 9170772bf420
permissions -rw-r--r--
called the induction principle "unsafe" instead of "test".

package GraphBrowser;

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