lib/browser/GraphBrowser/ParseError.java
author berghofe
Wed, 11 Jul 2007 11:39:59 +0200
changeset 23762 24eef53a9ad3
parent 13973 9170772bf420
permissions -rw-r--r--
Reorganization due to introduction of inductive_set wrapper.

package GraphBrowser;

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