Keyword index Exception handling

05/06/08
Exception handling problems in Java, Part II
Java's type system has a serious flaw. It does not allow refactoring common exception handling code into methods. This article shows the various solutions people have suggested in response to the previous article in this series along with a revised proposal.

23/05/08
Exception handling problems in Java, Part I
Java's type system has a serious flaw. It does not allow refactoring common exception handling code into methods. This article will show the meaty juicy details of the problem.