The convenience methods (run, call, parseWithHandler(s)) now catch any runtime exception thrown from the run or call method and wrap it in an ExcecutionException which is rethrown.
The message of this ExecutionException should include the original error message.