View Single Post
Old Apr 25th, 2008, 4:31 PM   #2
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 290
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Re: Query regarding extending Exception classes

IllegalArgumentException extends RuntimeException. A method is not required to declare in its throws clause any subclasses of RuntimeException that might be thrown during the execution of the method but not caught.
__________________
http://www.kevinherron.com/
andro is offline   Reply With Quote