SerializableIllegalPropertyAccessException, MissingPropertyExceptionNoStack, ReadOnlyPropertyExceptionpublic class MissingPropertyException extends GroovyRuntimeException
| Constructor | 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 | Description |
|---|---|---|
String |
getMessageWithoutLocationText() |
|
String |
getProperty() |
|
Class |
getType() |
getLocationText, getMessage, getModule, getNode, setModuleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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()