|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An exception occurred if a dynamic method dispatch fails with an unknown method. Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.
Field Summary | |
---|---|
def |
arguments
|
boolean |
isStatic
|
String |
method
|
Class |
type
|
Constructor Summary | |
MissingMethodException(String method, Class type, def arguments)
|
|
MissingMethodException(String method, Class type, def arguments, boolean isStatic)
|
Method Summary | |
---|---|
def |
getArguments()
|
String |
getMessage()
|
String |
getMethod()
|
Class |
getType()
|
boolean |
isStatic()
i.e. on a class rather than an object. |
Constructor Detail |
---|
public MissingMethodException(String method, Class type, def arguments)
public MissingMethodException(String method, Class type, def arguments, boolean isStatic)
Method Detail |
---|
public def getArguments()
public String getMessage()
public String getMethod()
public Class getType()
public boolean isStatic()