public class JasperException extends ServletException
Constructor and Description |
---|
JasperException(java.lang.String reason) |
JasperException(java.lang.String reason,
java.lang.Throwable exception)
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException.
|
JasperException(java.lang.Throwable exception)
Creates a JasperException with the embedded exception.
|
getRootCause
public JasperException(java.lang.String reason)
public JasperException(java.lang.String reason, java.lang.Throwable exception)
reason
- The exception messageexception
- The root causepublic JasperException(java.lang.Throwable exception)
exception
- The root causeCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.