lib/browser/GraphBrowser/ParseError.java
author haftmann
Thu, 12 Apr 2007 12:26:19 +0200
changeset 22642 bfdb29f11eb4
parent 13973 9170772bf420
permissions -rw-r--r--
canonical merge operations

package GraphBrowser;

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