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, setModuleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Object[] getArguments()
public String getMessage()
getMessage in class GroovyRuntimeExceptionpublic String getMethod()
public Class getType()
public boolean isStatic()