lib/browser/GraphBrowser/ParseError.java
author wenzelm
Tue, 28 May 2013 16:29:11 +0200
changeset 52210 0226035df99d
parent 13973 9170772bf420
permissions -rw-r--r--
more explicit Printer.type_emphasis, depending on show_type_emphasis; tuned signature;

package GraphBrowser;

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