public class MethodSelectionException extends GroovyRuntimeException
Note: This exception as for internal use only!
| Constructor and Description | 
|---|
| MethodSelectionException(java.lang.String methodName,
                        FastArray methods,
                        java.lang.Class[] arguments)Creates a new MethodSelectionException. | 
| Modifier and Type | Method and 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