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() |
Methods inherited from class | Name |
---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.