Len Popp wrote:
JasperException is a subclass of Exception, so you should be able to
use the usual Exception methods on it. But it's not a
NullPointerException. JasperException is what I get if I mess up the
syntax in a JSP page. So, check for that.
--
Len
Actually, JasperException extends fr
On 2/3/06, Mott Leroy <[EMAIL PROTECTED]> wrote:
> Sorry, there was a thread about jsp errors, but i thought this was
> different enough to warrant a new thread.
>
> I'm having trouble programatically retrieving the root cause of a JSP
> Exception. Basically, if a NullPointerException is thrown on
Sorry, there was a thread about jsp errors, but i thought this was
different enough to warrant a new thread.
I'm having trouble programatically retrieving the root cause of a JSP
Exception. Basically, if a NullPointerException is thrown on a JSP page,
I want to know that this exception was thr