|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.el Class ELException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.el.ELException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MethodNotFoundException, PropertyNotFoundException, PropertyNotWritableException
public class ELException
- extends RuntimeException
Extends:
Throwable > Exception > RuntimeException
代表表达式求值期间可能出现的任何异常情况。
| since | JSP 2.1 |
Represents any of the exception conditions that can arise during expression evaluation.
- Since:
- JSP 2.1
- See Also:
- Serialized Form
| Constructor Summary | |
|---|---|
ELException()
Creates an ELException with no detail message. |
|
ELException(String pMessage)
Creates an ELException with the provided detail message. |
|
ELException(String pMessage,
Throwable pRootCause)
Creates an ELException with the given detail message and root cause. |
|
ELException(Throwable pRootCause)
Creates an ELException with the given cause. |
|
| Method Summary |
|---|
| 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()
- Creates an
ELExceptionwith no detail message.
public
ELException(String pMessage)
创建带有提供的详细消息的 ELException。
| pMessage | 详细信息 |
ELException
public ELException(String pMessage)
- Creates an
ELExceptionwith the provided detail message.- Parameters:
pMessage- the detail message
public
ELException(Throwable pRootCause)
创建带有给定原因的 ELException。
| pRootCause | 此异常的根本原因 |
ELException
public ELException(Throwable pRootCause)
- Creates an
ELExceptionwith the given 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)
- Creates an ELException with the given detail message and root cause.
- Parameters:
pMessage- the detail messagepRootCause- the originating 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 : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
