lib/browser/GraphBrowser/ParseError.java
author blanchet
Wed, 23 Jun 2010 12:43:09 +0200
changeset 37515 ef3742657bc6
parent 13973 9170772bf420
permissions -rw-r--r--
fix bug with "skolem_id" + sort facts for increased readability

package GraphBrowser;

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