An Evening of Exceptions
J2SE 1.5 is indeed a major upgrade. Here's just a few exceptions I encountered (while using everyday Java based tools):
- java.lang.ClassFormatError
- java.lang.InstantiationException
- java.lang.ClassNotFoundException
- java.lang.NoClassDefFoundError
- javax.management.InstanceNotFoundException
On the other hand the new features are cool. Time to review Jeff Brown's J2SE 1.5 Overview presentation at the St. Louis Java Users Group.