Package org.apache.jasper.el
Class JspPropertyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.el.ELException
-
- jakarta.el.PropertyNotFoundException
-
- org.apache.jasper.el.JspPropertyNotFoundException
-
- All Implemented Interfaces:
Serializable
public final class JspPropertyNotFoundException extends PropertyNotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JspPropertyNotFoundException(String mark, PropertyNotFoundException 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
-
JspPropertyNotFoundException
public JspPropertyNotFoundException(String mark, PropertyNotFoundException e)
-
-