Java Exception Handling


Exception Mechanism

(from http://www.cs.helsinki.fi/u/vihavain/k03/Java/JavaExceptions.html)

Guidelines for the use of exceptions


Stroustrup on exception handling techniques

Stroustrup [The C++ Programming Language, 3rd Ed.. Addison-Wesley, USA, 1997] gives the following advice on C++ exception handling (pp. 386-387 and in Appendix E); these principles may be applied to Java as well: