lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sun, 22 Mar 2009 20:49:47 +0100
changeset 30641 72980f8d7ee8
parent 13973 9170772bf420
permissions -rw-r--r--
export report -- version that actually covers all cases; export check_nesting; simplified read (again);

package GraphBrowser;

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