Save This Page
Home » glassfish-v2ur2-b04-src » javax » el » [javadoc | source]
javax.el
public class: PropertyNotWritableException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            javax.el.ELException
               javax.el.PropertyNotWritableException

All Implemented Interfaces:
    Serializable

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.

Constructor:
 public PropertyNotWritableException() 
 public PropertyNotWritableException(String pMessage) 
    Creates a PropertyNotWritableException with the provided detail message.
    Parameters:
    pMessage - the detail message
 public PropertyNotWritableException(Throwable exception) 
    Creates a PropertyNotWritableException with the given root cause.
    Parameters:
    exception - the originating cause of this exception
 public PropertyNotWritableException(String pMessage,
    Throwable pRootCause) 
    Creates a PropertyNotWritableException with the given detail message and root cause.
    Parameters:
    pMessage - the detail message
    pRootCause - the originating cause of this exception
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait