lib/browser/GraphBrowser/ParseError.java
author wenzelm
Tue, 09 Oct 2012 13:50:24 +0200
changeset 49744 84904ce4905b
parent 13973 9170772bf420
permissions -rw-r--r--
tuned source structure;

package GraphBrowser;

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