|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
public class JspException
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
| 构造方法摘要 | |
|---|---|
JspException()
Construct a JspException. |
|
JspException(String msg)
Constructs a new JSP exception with the specified message. |
|
JspException(String message,
Throwable cause)
Constructs a new JspException with the specified detail
message and cause. |
|
JspException(Throwable cause)
Constructs a new JspException with the specified cause. |
|
| 方法摘要 | |
|---|---|
Throwable |
getRootCause()
已过时。 As of JSP 2.1, replaced by Throwable.getCause() |
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JspException()
public JspException(String msg)
msg - a String
specifying the text of
the exception message
public JspException(String message,
Throwable cause)
JspException with the specified detail
message and cause.
The cause is saved for later retrieval by the
Throwable.getCause() and getRootCause() methods.
Exception.Exception(String, Throwable)public JspException(Throwable cause)
JspException with the specified cause.
The cause is saved for later retrieval by the
Throwable.getCause() and getRootCause() methods.
Exception.Exception(Throwable)| 方法详细信息 |
|---|
public Throwable getRootCause()
Throwable.getCause()
Throwable
that caused this JSP exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||