Class ELException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.taglibs.standard.lang.jstl.ELException
- All Implemented Interfaces:
Serializable
Represents any of the exception conditions that arise during the
operation evaluation of the evaluator.
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorELException(String pMessage) ConstructorELException(String pMessage, Throwable pRootCause) ConstructorELException(Throwable pRootCause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace