lib/browser/GraphBrowser/ParseError.java
author berghofe
Thu, 21 Apr 2005 18:56:03 +0200
changeset 15793 acfdd493f5c4
parent 13973 9170772bf420
permissions -rw-r--r--
Made inst1_tac more robust against changes of variable indices.

package GraphBrowser;

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