lib/browser/GraphBrowser/ParseError.java
author blanchet
Tue, 17 May 2011 15:11:36 +0200
changeset 42831 c9b0968484fb
parent 13973 9170772bf420
permissions -rw-r--r--
more work on "shallow" encoding + adjustments to other encodings

package GraphBrowser;

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