Skip to content

How to get information about exceptions thrown during a call to ELFunction? #1236

@qwertyue

Description

@qwertyue

A runtime exception may be thrown during a call to ELFunction, how do I get the error message given by the runtime exception?

example:

    public void test() {
        // doSomething
        throw new RuntimeException("my error");
        // dosomething
    }

How do I get the error message “my eroor”?

At the moment I can only get the error message:
error invoking function 'test'
missing the error message I gave

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions