Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qwertyue opened this issue Feb 12, 2025 · 0 comments
Open

Comments

@qwertyue
Copy link

qwertyue commented Feb 12, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant