Serializable
MissingMethodExceptionNoStack
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 | Description |
---|---|
MissingMethodException(String method,
Class type,
Object[] arguments) |
|
MissingMethodException(String method,
Class type,
Object[] arguments,
boolean isStatic) |
Modifier and Type | Method | Description |
---|---|---|
Object[] |
getArguments() |
|
String |
getMessage() |
|
String |
getMethod() |
|
Class |
getType() |
|
boolean |
isStatic() |
getLocationText, getMessageWithoutLocationText, 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 MissingMethodException(String method, Class type, Object[] arguments)
public Object[] getArguments()
public String getMessage()
getMessage
in class GroovyRuntimeException
public String getMethod()
public Class getType()
public boolean isStatic()