Class JspPropertyNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.el.ELException
jakarta.el.PropertyNotWritableException
org.apache.jasper.el.JspPropertyNotWritableException
- All Implemented Interfaces:
Serializable
Exception thrown when a JSP property is not writable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance with the given mark and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JspPropertyNotWritableException
Constructs an instance with the given mark and cause.- Parameters:
mark- The mark stringe- The cause exception
-