RE: System.load Exceptions cannot be caught

2003-07-21 Thread Mike Curwen
Did you mean UnsatisiedLinkError ? Because that's all I can find in the javadocs. In this case, your code won't catch this Error, since an Error is not an Exception. So perhaps the container will end up catching it and wrapping it in a JasperException. Is there a 'route cause' for the JasperExcep

Re: System.load Exceptions cannot be caught

2003-07-21 Thread Peter Kwan
Kwan - Original Message - From: "Mike Curwen" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 1:06 AM Subject: RE: System.load Exceptions cannot be caught > Did you mean UnsatisiedLinkError ? Be