lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 17 Sep 2005 12:18:05 +0200
changeset 17449 429ca1e21289
parent 13973 9170772bf420
permissions -rw-r--r--
interpretation: use goal commands without target -- no storing of results;

package GraphBrowser;

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