|
Groovy Documentation | |||||||
| 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
groovy.lang.MissingMethodException
org.gradle.api.internal.MissingMethodException
class MissingMethodException extends groovy.lang.MissingMethodException
| Constructor Summary | |
MissingMethodException(java.lang.String displayName, java.lang.String name, java.lang.Object arguments)
|
|
| Method Summary | |
|---|---|
java.lang.String
|
getMessage()
|
| Methods inherited from class groovy.lang.MissingMethodException | |
|---|---|
| getArguments, getMethod, getMessage, getType, isStatic, setModule, getModule, getMessageWithoutLocationText, getNode, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class groovy.lang.GroovyRuntimeException | |
|---|---|
| setModule, getModule, getMessageWithoutLocationText, getNode, getMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.RuntimeException | |
|---|---|
| toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Exception | |
|---|---|
| toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Throwable | |
|---|---|
| toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
public MissingMethodException(java.lang.String displayName, java.lang.String name, java.lang.Object arguments)
| Method Detail |
|---|
public java.lang.String getMessage()
Groovy Documentation