Contents
Queue
API Design Matters, by Michi Henning;
References
Exceptional Java, by Alan Griffiths;
The Trouble with Checked Exceptions, interview with Anders Hejlsberg;
Does Java need Checked Exceptions?, by Bruce Eckel;
Java's checked exceptions were a mistake (and here's what I would like to do about it), by Rod Waldhoff;
How Exceptions Came to be Classes, by Guido van Rossum;
Unchecked Exceptions -- The Controversy, from The Java Tutorials;
Advantages of Exceptions, from The Java Tutorials;
Here be Dragons, by Alan Griffiths;
Best Practices for Exception Handling, by Gunjan Doshi;
Effective Java Exceptions, by Barry Ruzek;
Joel on Software -- Exceptions, by Joel Spolsky;
Exceptions vs. status returns, by Ned Batchelder;
Exception Handling: A False Sense of Security, by Tom Cargill;
Exceptional Situations In Lisp, by Kent Pitman;