Created
January 16, 2013 10:34
-
-
Save eranharel/4546234 to your computer and use it in GitHub Desktop.
Yet another Throwable catching evilness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
} catch (final Throwable e) { | |
throw new MyException("Failed to blah", (Exception) e); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1