ELParseException
ELException
public class ELException
extends java.lang.Exception
Constructor | Description |
---|---|
ELException() |
Deprecated.
Creates an ELException with no detail message.
|
ELException(java.lang.String pMessage) |
Deprecated.
Creates an ELException with the provided detail message.
|
ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause) |
Deprecated.
Creates an ELException with the given detail message and root cause.
|
ELException(java.lang.Throwable pRootCause) |
Deprecated.
Creates an ELException with the given root cause.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
getRootCause() |
Deprecated.
Returns the root cause.
|
public ELException()
public ELException(java.lang.String pMessage)
pMessage
- the detail messagepublic ELException(java.lang.Throwable pRootCause)
pRootCause
- the originating cause of this exceptionpublic ELException(java.lang.String pMessage, java.lang.Throwable pRootCause)
pMessage
- the detail messagepRootCause
- the originating cause of this exception