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

All Implemented Interfaces:
    Serializable

Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression .

For example, this could be triggered by an index out of bounds while setting an array value, or by an unreadable property while getting the value of a JavaBeans property.

Constructor:
 public PropertyNotFoundException() 
 public PropertyNotFoundException(String message) 
    Creates a PropertyNotFoundException with the provided detail message.
    Parameters:
    message - the detail message
 public PropertyNotFoundException(Throwable exception) 
    Creates a PropertyNotFoundException with the given root cause.
    Parameters:
    exception - the originating cause of this exception
 public PropertyNotFoundException(String pMessage,
    Throwable pRootCause) 
    Creates a PropertyNotFoundException 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