Skip to content

Instantly share code, notes, and snippets.

@eranharel
Created January 16, 2013 10:34
Show Gist options
  • Save eranharel/4546234 to your computer and use it in GitHub Desktop.
Save eranharel/4546234 to your computer and use it in GitHub Desktop.
Yet another Throwable catching evilness
} catch (final Throwable e) {
throw new MyException("Failed to blah", (Exception) e);
}
@yonatanm
Copy link

+1

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