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