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 SummaryConstructorsConstructorDescriptionMissingMethodExceptionNoStack(String method, Class type, Object[] arguments) MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic) 
- 
Method SummaryMethods inherited from class groovy.lang.MissingMethodExceptiongetArguments, getMessage, getMethod, getType, isStaticMethods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MissingMethodExceptionNoStack
- 
MissingMethodExceptionNoStack
 
- 
- 
Method Details- 
fillInStackTrace- Overrides:
- fillInStackTracein class- Throwable
 
 
-