public class MissingPropertyException extends GroovyRuntimeException
| Constructor and Description | 
|---|
MissingPropertyException(String message)  | 
MissingPropertyException(String property,
                        Class type)  | 
MissingPropertyException(String property,
                        Class type,
                        Throwable t)  | 
MissingPropertyException(String message,
                        String property,
                        Class type)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessageWithoutLocationText()  | 
String | 
getProperty()  | 
Class | 
getType()  | 
getLocationText, getMessage, getModule, getNode, setModuleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final Object MPE
public MissingPropertyException(String message)
public String getMessageWithoutLocationText()
getMessageWithoutLocationText in class GroovyRuntimeExceptionpublic String getProperty()
public Class getType()