posted by Eugenia Loli-Queru on Sun 25th Dec 2005 23:38 UTC
IconThere are always exceptions to the rule, right? In Java, those exceptions allow a clean break from normal program flow in the event of an exceptional situation. They're not used for program flow interruption, but for program flow branching, which can sometimes lead to difficult-to-maintain code. Marcus Zarra walks you through several best practices for using exceptions in Java.
e p (0)    48 Comment(s)