lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 11 Oct 2012 12:38:18 +0200
changeset 49816 e63d6c55ad6d
parent 13973 9170772bf420
permissions -rw-r--r--
more position information for hyperlink and placement of message;

package GraphBrowser;

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