lib/browser/GraphBrowser/ParseError.java
author huffman
Sun, 28 Feb 2010 20:56:28 -0800
changeset 35481 7bb9157507a9
parent 13973 9170772bf420
permissions -rw-r--r--
add_domain_constructors takes iso_info record as argument

package GraphBrowser;

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