lib/browser/GraphBrowser/ParseError.java
author bulwahn
Fri, 22 Oct 2010 18:38:59 +0200
changeset 40104 82873a6f2b81
parent 13973 9170772bf420
permissions -rw-r--r--
splitting Hotel Key card example into specification and the two tests for counter example generation

package GraphBrowser;

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