lib/browser/GraphBrowser/ParseError.java
author huffman
Thu, 11 Jun 2009 15:33:13 -0700
changeset 31567 0fb78b3a9145
parent 13973 9170772bf420
permissions -rw-r--r--
new lemmas

package GraphBrowser;

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