Serializable
public class JasperException
extends javax.servlet.ServletException
Constructor | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JasperException(String reason)
public JasperException(String reason, Throwable exception)
public JasperException(Throwable exception)
Copyright © 2019 Oracle. All rights reserved.