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.
| Constructor and description | 
|---|
| MissingPropertyException
                                (String property, Class type) | 
| MissingPropertyException
                                (String property, Class type, Throwable t) | 
| MissingPropertyException
                                (String message) | 
| MissingPropertyException
                                (String message, String property, Class type) | 
| Type | Name and description | 
|---|---|
| String | getMessageWithoutLocationText() | 
| String | getProperty()@return the name of the property that could not be found | 
| Class | getType()@return The type on which the property was attempted to be called | 
| Methods inherited from class | Name | 
|---|---|
| class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule | 
| class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.