Class ELException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.jsp.el.ELException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ELParseException

@Deprecated public class ELException extends Exception
Deprecated.
As of JSP 2.1, replaced by jakarta.el.ELException
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
Since:
JSP 2.0
See Also: