Save This Page
Home » groovy-src-1.6.5 » groovy » lang » [javadoc | source]
groovy.lang
public class: MissingPropertyException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            groovy.lang.GroovyRuntimeException
               groovy.lang.MissingPropertyException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    IllegalPropertyAccessException, ReadOnlyPropertyException, MissingPropertyExceptionNoStack

An exception occurred if a dynamic property dispatch fails with an unknown property. Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.
Field Summary
public static final  Object MPE     
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public MissingPropertyException(String message) 
 public MissingPropertyException(String property,
    Class type) 
 public MissingPropertyException(String property,
    Class type,
    Throwable t) 
 public MissingPropertyException(String message,
    String property,
    Class type) 
Method from groovy.lang.MissingPropertyException Summary:
getMessageWithoutLocationText,   getProperty,   getType
Methods from groovy.lang.GroovyRuntimeException:
getLocationText,   getMessage,   getMessageWithoutLocationText,   getModule,   getNode,   setModule
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from groovy.lang.MissingPropertyException Detail:
 public String getMessageWithoutLocationText() 
 public String getProperty() 
 public Class getType()