posted 16 years ago
Hi Ashok,
IllegalArgumentException is definetly an Unchecked Runtime Exception,which would prop-up during runtime when when a method is invoked with an argument which it can not reasonably deal with.
Check for categorised exceptions,you will know the list.
Thanks & Regards
Sidharth Pallai