lib/browser/GraphBrowser/ParseError.java
author haftmann
Tue, 07 Aug 2007 09:40:34 +0200
changeset 24166 7b28dc69bdbb
parent 13973 9170772bf420
permissions -rw-r--r--
new nbe implementation

package GraphBrowser;

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