lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 29 Sep 2008 14:41:24 +0200
changeset 28406 daeb21fec18f
parent 13973 9170772bf420
permissions -rw-r--r--
target update: invisible context position avoids duplication of reports etc.;

package GraphBrowser;

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