lib/browser/GraphBrowser/ParseError.java
author haftmann
Tue, 06 Jul 2010 09:21:13 +0200
changeset 37724 6607ccf77946
parent 13973 9170772bf420
permissions -rw-r--r--
tuned

package GraphBrowser;

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