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 from ServletException which contains a
method for retrieving the root cause. So that's what I was looking for.
My bad.
- Mott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]