Java javax.el ELException fields, constructors, methods, implement or subclass

Example usage for Java javax.el ELException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.el ELException.

The text is from its open source code.

Constructor

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.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
StringgetMessage()
Returns the detail message string of this throwable.