A stack less exception used to indicate, that the execution of a missingMethod method failed with a MissingMethodException. This is used to preven a call to invokeMethod for GroovyObject implementing classes.
Constructor and description |
---|
MissingMethodExecutionFailed
(String method, Class type, Object[] arguments, boolean isStatic, Throwable cause) |
Methods inherited from class | Name |
---|---|
class MissingMethodExceptionNoStack |
fillInStackTrace |
class MissingMethodException |
getArguments, getMessage, getMethod, getType, isStatic |
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2014 The Codehaus. All rights reserved.