public class JspException
extends java.lang.Exception
Constructor and Description |
---|
JspException()
Create a JspException
|
JspException(java.lang.String msg)
Create a JspException with a message.
|
JspException(java.lang.String msg,
java.lang.Throwable rootCause)
Create a JspException with a message and a root cause.
|
JspException(java.lang.Throwable rootCause)
Create a JspException with a root cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause of the exception.
|
public JspException()
public JspException(java.lang.String msg)
public JspException(java.lang.String msg, java.lang.Throwable rootCause)
msg
- the exception messagerootCause
- the underlying exception.public JspException(java.lang.Throwable rootCause)
rootCause
- the underlying exception.