Class ELException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.taglibs.standard.lang.jstl.ELException
-
- All Implemented Interfaces:
java.io.Serializable
public class ELException extends java.lang.Exception
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Throwable
mRootCause
-
Constructor Summary
Constructors Constructor Description ELException()
ConstructorELException(java.lang.String pMessage)
ConstructorELException(java.lang.String pMessage, java.lang.Throwable pRootCause)
ConstructorELException(java.lang.Throwable pRootCause)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getRootCause()
Returns the root causejava.lang.String
toString()
String representation
-
-
-
Constructor Detail
-
ELException
public ELException()
Constructor
-
ELException
public ELException(java.lang.String pMessage)
Constructor
-
ELException
public ELException(java.lang.Throwable pRootCause)
Constructor
-
ELException
public ELException(java.lang.String pMessage, java.lang.Throwable pRootCause)
Constructor
-
-