lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 12 Jan 2013 15:00:48 +0100
changeset 50845 477ca927676f
parent 13973 9170772bf420
permissions -rw-r--r--
immediate theory progress for build_dialog; more formal Bash_Result -- accumulate output as lines;

package GraphBrowser;

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