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, setModule
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()