|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.runtime.metaclass.MethodSelectionException
public class MethodSelectionException
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 Summary | |
|---|---|
MethodSelectionException(java.lang.String methodName,
FastArray methods,
java.lang.Class[] arguments)
Creates a new MethodSelectionException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
| Methods inherited from class groovy.lang.GroovyRuntimeException |
|---|
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodSelectionException(java.lang.String methodName,
FastArray methods,
java.lang.Class[] arguments)
methodName - name of the methodmethods - a FastArray of methodsarguments - the method call argument classes| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class GroovyRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||