lib/browser/GraphBrowser/ParseError.java
author huffman
Sun, 28 Feb 2010 15:30:44 -0800
changeset 35475 979019ab92eb
parent 13973 9170772bf420
permissions -rw-r--r--
move common functions into new file holcf_library.ML

package GraphBrowser;

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