javax.servlet.jsp.el
public class ELException extends Exception
Since: 2.0
Constructor Summary | |
---|---|
ELException()
Creates an ELException with no detail message.
| |
ELException(String pMessage)
Creates an ELException with the provided detail message.
| |
ELException(Throwable pRootCause)
Creates an ELException with the given root cause.
| |
ELException(String pMessage, Throwable pRootCause)
Creates an ELException with the given detail message and root cause.
|
Method Summary | |
---|---|
Throwable | getRootCause()
Returns the root cause.
|
Parameters: pMessage the detail message
Parameters: pRootCause the originating cause of this exception
Parameters: pMessage the detail message pRootCause the originating cause of this exception
Returns: the root cause of this exception