Package org.apache.jasper.el
Class JspELException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.el.ELException
-
- org.apache.jasper.el.JspELException
-
- All Implemented Interfaces:
Serializable
public class JspELException extends ELException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JspELException(String mark, ELException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JspELException
public JspELException(String mark, ELException e)
-
-