Class MissingMethodExceptionNoStack
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingMethodException
org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingMethodExecutionFailed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingMethodExceptionNoStack(String method, Class type, Object[] arguments) MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic) -
Method Summary
Methods inherited from class MissingMethodException
getArguments, getMessage, getMethod, getType, isStaticMethods inherited from class GroovyRuntimeException
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingMethodExceptionNoStack
-
MissingMethodExceptionNoStack
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-