Skip to content

Improve error message when Exception thrown from Runnable/Callable #239

@remkop

Description

@remkop

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions