lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 09 Jun 2004 18:52:42 +0200
changeset 14898 a25550451b51
parent 13973 9170772bf420
permissions -rw-r--r--
Url.File;

package GraphBrowser;

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