Java Exceptions

2009-01-13

[10 Best Practices with Exceptions](http://www.wikijava.org/wiki/10_best_practices_with_Exceptions)

Exceptions are one of the big areas of Java that I still don’t feel like I have a good handle on. I mean, I understand what goes on and why I need to throw or catch them pretty much. But when it comes to where specifically to catch, to throw, what to do with the exception, etc., I’m a little foggy. I’m going to sit down with this and some of my code and go through all the recommendations and see what I can learn.

Also, I hadn’t heard about this WikiJava site before but it looks like there’s all kinds of good stuff there.


Code