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