lib/browser/GraphBrowser/ParseError.java
author urbanc
Wed, 01 Mar 2006 10:27:01 +0100
changeset 19163 b61039bf141f
parent 13973 9170772bf420
permissions -rw-r--r--
made some small tunings in the decision-procedure (in the order how the "small" tactics are called)

package GraphBrowser;

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