lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 10 May 2007 00:39:54 +0200
changeset 22908 ed66fbbe4a62
parent 13973 9170772bf420
permissions -rw-r--r--
tuned argument_type_of;

package GraphBrowser;

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