Seems that I have preformed an ID10T error! Thanks for the help
<error-code> != <exception-type> Thanks for the help On December 13, 2004 01:13 pm, Steve Kirk wrote: > > -----Original Message----- > > From: Chris Cherrett [mailto:[EMAIL PROTECTED] > > > > Is there a way to catch all exceptions that works in Tomcat 5 > > You can catch all Exceptions/Throwables and their subclasses by configuring > java.lang.Exception or java.lang.Throwable in the <error-type> tag. > However there is no corresponding wildcard to catch more than one > <error-code> at a time, so you have to config each code separately. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
