Saturday, January 07, 2006

On Checked Exceptions

Here are a couple of my blogs on Checked Exceptions:
  1. Why I favour Checked Exceptions.
  2. Technique for ensuring method signature stability.

I recommend this excellent blog about Java API Design Guidelines, by Eamonn McManus. Agree with most of it except the bit about using Unchecked Exceptions. Eamonn provides a link to a presentation by Joshua Bloch, which covers the same subject.

No comments: