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

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

Introduction

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

The text is from its open source code.

Constructor

ELException(String pMessage)
Creates an ELException with the provided detail message.
ELException(Throwable pRootCause)
Creates an ELException with the given root cause.

Method

StringgetMessage()
Returns the detail message string of this throwable.
ThrowablegetRootCause()
Returns the root cause.
StringtoString()
Returns a short description of this throwable.