This post originated from an RSS feed registered with Java Buzz
by Jeremy Rayner.
Original Post: bloogmark: Unchecked Exceptions
Feed Title: javanicus
Feed URL: http://www.javanicus.com/blog2/subjects/java-rss.xml
Feed Description: Jeremy Rayner on java and other stuff.
Thanks to Sam I found this great article by Gunjan Doshi about Exception handling best practices.
I especially like best practice #1, as so often I see the logging and consumption of Exceptions cluttering up code, where a rethrow would have been so much more elegant.