Customizing the display of exceptions Exceptions to the Programming Rules Part 1 Exceptions to the programming rules Part 2 Using Exceptions The difference between throw and throws Exceptions and Message Catalogs Exceptions and Logging features in Java 1.4 Use exception chaining to preserve debugging information Use exceptions effectively in your programs Avoid using null pointers as flags for exceptions Java/Exceptions Archives Sun Handling Uncaught Exceptions - JDC Runtime Exceptions - Java Trail Java World Exception handling strategies in Java - JW Using nested exceptions - JW Exceptions in Java - Bill Venners Designing with exceptions - Bill Venners How the JVM handles exceptions - Bill Venners How exceptions work - Peter van der Linden Others Avoid those Pesky NullPointerExceptions - EW Exception-handling in Large Systems - JR Should assertions throw an Error or Exception? - JL