lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 27 Aug 2012 17:11:55 +0200
changeset 48938 d468d72a458f
parent 13973 9170772bf420
permissions -rw-r--r--
more standard document preparation within session context; more uniform document build;

package GraphBrowser;

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