lib/browser/GraphBrowser/ParseError.java
author huffman
Mon, 11 May 2009 08:28:49 -0700
changeset 31096 e546e15089ef
parent 13973 9170772bf420
permissions -rw-r--r--
newline at end of file

package GraphBrowser;

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