We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
error invoking function 'test'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A runtime exception may be thrown during a call to ELFunction, how do I get the error message given by the runtime exception?
example:
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
The text was updated successfully, but these errors were encountered: