public class MethodSelectionException extends GroovyRuntimeException
| Constructor | Description |
|---|---|
MethodSelectionException(java.lang.String methodName,
FastArray methods,
java.lang.Class[] arguments) |
Creates a new MethodSelectionException.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMessage() |
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModulepublic MethodSelectionException(java.lang.String methodName,
FastArray methods,
java.lang.Class[] arguments)
methodName - name of the methodmethods - a FastArray of methodsarguments - the method call argument classespublic java.lang.String getMessage()
getMessage in class GroovyRuntimeException