lib/browser/GraphBrowser/ParseError.java
author wenzelm
Tue, 13 Jun 2006 23:41:39 +0200
changeset 19876 11d447d5d68c
parent 13973 9170772bf420
permissions -rw-r--r--
tuned;

package GraphBrowser;

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