lib/browser/GraphBrowser/ParseError.java
author haftmann
Tue, 13 Jul 2010 11:38:04 +0200
changeset 37788 261c61fabc98
parent 13973 9170772bf420
permissions -rw-r--r--
corrected title

package GraphBrowser;

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