Well, everything extends Object, Eddie! ;-) (Sorry, I couldn't resist that.)
The JavaDocs on the web site have the correct scoop: http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/exception /NestableRuntimeException.html and this is from the JavaDocs for 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." -- Martin Cooper > -----Original Message----- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 5:33 PM > To: Struts Developers List > Subject: Re: [commons-lang] What's up with NestableRuntimeException? > > > Weird. The javadoc I have in front of me says it extends > object (well > the nifty little diagram di-do up top does), but when I examine the > class it extends RuntimeException. That would be why the > compiler isn't > catching it. I should have realized that from it's name. > > If I'm right then nevermind - if I'm not you can enlighten me if you > wish. I'm going to go check out the javadoc for RTE. > > -- > Eddie Bush > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
