java.io.Serializable
public class JasperException extends ServletException
Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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-2018 Apache Software Foundation. All Rights Reserved.