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 Params | Return Type | Name and description |
---|---|---|
|
String |
getMessageWithoutLocationText() |
|
String |
getProperty()
|
|
Class |
getType()
|
Methods inherited from class | Name |
---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.