Serializable
IllegalPropertyAccessException
, MissingPropertyExceptionNoStack
, ReadOnlyPropertyException
public 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, setModule
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final Object MPE
public MissingPropertyException(String message)
public String getMessageWithoutLocationText()
getMessageWithoutLocationText
in class GroovyRuntimeException
public String getProperty()
public Class getType()