lib/browser/GraphBrowser/ParseError.java
author paulson
Thu, 01 Sep 2005 11:45:54 +0200
changeset 17216 df66d8feec63
parent 13973 9170772bf420
permissions -rw-r--r--
improved formatting

package GraphBrowser;

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