public class MissingMethodException extends GroovyRuntimeException
Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.
Constructor and Description |
---|
MissingMethodException(String method,
Class type,
Object[] arguments) |
MissingMethodException(String method,
Class type,
Object[] arguments,
boolean isStatic) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
String |
getMessage() |
String |
getMethod() |
Class |
getType() |
boolean |
isStatic() |
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Object[] getArguments()
public String getMessage()
getMessage
in class GroovyRuntimeException
public String getMethod()
public Class getType()
public boolean isStatic()