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

Not handling Exceptions properly #135

Open
victorursan opened this issue Dec 21, 2016 · 1 comment
Open

Not handling Exceptions properly #135

victorursan opened this issue Dec 21, 2016 · 1 comment
Milestone

Comments

@victorursan
Copy link

... for example if your java content will throw an exception, this RuntimeException will suppress the exception message ( for example if your content will throw a NullPointerException, the execution.log will not tell you that)

Fix: add the exception message to the RuntimeException message

@victorursan
Copy link
Author

victorursan commented Dec 21, 2016

P.S. there are plenty of mishandled Exceptions (RuntimeExceptions)
examples: #1, #2, #3, #4, #5 etc ...

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

No branches or pull requests

3 participants