|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.el
|
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
with no detail message.
public ELException(String pMessage)
ELException
with the provided detail message.
pMessage
- the detail messagepublic ELException(Throwable pRootCause)
ELException
with the given cause.
pRootCause
- the originating cause of this exceptionpublic ELException(String pMessage, Throwable pRootCause)
pMessage
- the detail messagepRootCause
- the originating cause of this exception