Example usage for Java javax.el ELException fields, constructors, methods, implement or subclass
The text is from its open source code.
ELException(String message) Creates an ELException with the provided detail message. | |
ELException(Throwable cause) Creates an ELException with the given cause | |
ELException(String message, Throwable cause) Creates an ELException with the given detail message and root cause. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
String | getMessage() Returns the detail message string of this throwable. |