lib/browser/GraphBrowser/ParseError.java
author huffman
Wed, 28 Apr 2010 16:11:07 -0700
changeset 36583 68ce5760c585
parent 13973 9170772bf420
permissions -rw-r--r--
move path-related stuff into new theory file

package GraphBrowser;

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