public class MethodSelectionException
extends GroovyRuntimeException
This exception is thrown if the runtime is unable to select a method. This class builds the exception text when calling getMessage.
Note: This exception as for internal use only!
| Constructor and description |
|---|
MethodSelectionException(String methodName, FastArray methods, Class[] arguments)Creates a new MethodSelectionException. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getMessage()Returns a descriptive error message listing which method could not be selected and the available methods that could have been chosen. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Returns a descriptive error message listing which method could not be selected and the available methods that could have been chosen.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.