public class PropertyNotWritableException extends ELException
ValueExpression. For example, this could be triggered by trying to set a map value on an
 unmodifiable map.| Constructor and Description | 
|---|
| PropertyNotWritableException()Creates a PropertyNotWritableException with no detail message. | 
| PropertyNotWritableException(String message)Creates a PropertyNotWritableException with the provided detail message. | 
| PropertyNotWritableException(String message,
                            Throwable cause)Creates a PropertyNotWritableException with the given detail message and root cause. | 
| PropertyNotWritableException(Throwable cause)Creates a PropertyNotWritableException with the given root cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotWritableException()
public PropertyNotWritableException(String message)
message - the detail messagepublic PropertyNotWritableException(Throwable cause)
cause - the originating cause of this exceptionCopyright © 2018. All rights reserved.