|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.servlet.jsp.el.ELException
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
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 root cause. |
Method Summary | |
Throwable |
getRootCause()
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()
public ELException(String pMessage)
pMessage
- the detail messagepublic ELException(Throwable pRootCause)
pRootCause
- the originating cause of this exceptionpublic ELException(String pMessage, Throwable pRootCause)
pMessage
- the detail messagepRootCause
- the originating cause of this exceptionMethod Detail |
public Throwable getRootCause()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.