Re: jasper exception and root cause

2006-02-06 Thread Mott Leroy
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

Re: jasper exception and root cause

2006-02-03 Thread Len Popp
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

jasper exception and root cause

2006-02-03 Thread Mott Leroy
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