lib/browser/GraphBrowser/ParseError.java
author huffman
Thu, 21 Jun 2007 23:28:44 +0200
changeset 23470 e28b41e8b7d4
parent 13973 9170772bf420
permissions -rw-r--r--
spelling

package GraphBrowser;

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