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

Catch any Throwable, as getErrorMessage can handle anyway #56

Merged
merged 1 commit into from Nov 19, 2014

Conversation

egonw
Copy link
Member

@egonw egonw commented Nov 18, 2014

Arvid, previously only Exception's were catched, but the bioclipse.core's StringMatrix is throwing Errors (independent whether that is proper code...), but the method that handles the exception can just as well handle any Throwable, so I changed the catch part.

This should fix an issue my PhD student (Bart) was having where doing

stringMatrix.getColumn("Doesn't exist")

caused the full GroovyConsole to crash.

goglepox added a commit that referenced this pull request Nov 19, 2014
Catch any Throwable, as getErrorMessage can handle anyway
@goglepox goglepox merged commit 238bcbb into bioclipse:develop Nov 19, 2014
@egonw egonw deleted the feature/catchAnyThrowable branch February 7, 2015 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants