lib/browser/GraphBrowser/ParseError.java
author haftmann
Mon, 28 Sep 2009 14:54:15 +0200
changeset 32730 3958b45b29e4
parent 13973 9170772bf420
permissions -rw-r--r--
tuned

package GraphBrowser;

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