Module jakarta.el
Package jakarta.el

Class PropertyNotWritableException

java.lang.Object
All Implemented Interfaces:
Serializable

public class PropertyNotWritableException extends ELException
Thrown when a property could not be written to while setting the value on a ValueExpression.

For example, this could be triggered by trying to set a map value on an unmodifiable map.

Since:
Jakarta Server Pages 2.1
See Also: