public class JasperException extends ServletException
Constructor and Description |
---|
JasperException(String reason) |
JasperException(String reason,
Throwable exception)
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException.
|
JasperException(Throwable exception)
Creates a JasperException with the embedded exception.
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JasperException(String reason)
public JasperException(String reason, Throwable exception)
reason
- The exception messageexception
- The root causepublic JasperException(Throwable exception)
exception
- The root causeCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.