|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.servlet.jsp.el Class ELException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.el.ELException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ELParseException
Deprecated. As of JSP 2.1, replaced by
ELException
Extends:
Throwable > Exception
Extended by:
ELParseException
表示计算器求值操作期间出现的任何异常情况。
| since | 2.0 |
public class ELException
- extends Exception
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
- Since:
- JSP 2.0
- See Also:
- Serialized Form
| Constructor Summary | |
|---|---|
ELException()
Deprecated. Creates an ELException with no detail message. |
|
ELException(String pMessage)
Deprecated. Creates an ELException with the provided detail message. |
|
ELException(String pMessage,
Throwable pRootCause)
Deprecated. Creates an ELException with the given detail message and root cause. |
|
ELException(Throwable pRootCause)
Deprecated. Creates an ELException with the given root cause. |
|
| Method Summary | |
|---|---|
Throwable |
getRootCause()
Deprecated. Returns the root cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public
ELException()
创建不带详细消息的 ELException。
英文文档:
ELException
public ELException()
- Deprecated.
- Creates an ELException with no detail message.
public
ELException(String pMessage)
创建带有提供的详细消息的 ELException。
| pMessage | 详细信息 |
ELException
public ELException(String pMessage)
- Deprecated.
- Creates an ELException with the provided detail message.
- Parameters:
pMessage- the detail message
public
ELException(Throwable pRootCause)
创建带有给定根本原因的 ELException。
| pRootCause | 此异常的根本原因 |
ELException
public ELException(Throwable pRootCause)
- Deprecated.
- Creates an ELException with the given root cause.
- Parameters:
pRootCause- the originating cause of this exception
public
ELException(String pMessage, Throwable pRootCause)
创建带有给定详细消息和根本原因的 ELException。
| pMessage | 详细信息 |
| pRootCause | 此异常的根本原因 |
ELException
public ELException(String pMessage, Throwable pRootCause)
- Deprecated.
- Creates an ELException with the given detail message and root cause.
- Parameters:
pMessage- the detail messagepRootCause- the originating cause of this exception
| Method Detail |
|---|
public Throwable
getRootCause()
返回根本原因。
| return | 此异常的根本原因 |
getRootCause
public Throwable getRootCause()
- Deprecated.
- Returns the root cause.
- Returns:
- the root cause of this exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
