general solution to the arity bug that occasionally plagues Sledgehammer -- short story, lots of things go kaputt when a polymorphic symbol's arity in the translation is higher than the arity of the fully polymorphic HOL constant
package GraphBrowser;
class ParseError extends Exception {
public ParseError(String s) { super(s); }
}