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
 
 public class MissingMethodExceptionNoStack extends MissingMethodException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MissingMethodExceptionNoStack(String method, Class type, Object[] arguments)MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()- 
Methods inherited from class groovy.lang.MissingMethodExceptiongetArguments, getMessage, getMethod, getType, isStatic
 - 
Methods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
fillInStackTracepublic Throwable fillInStackTrace() - Overrides:
- fillInStackTracein class- Throwable
 
 
- 
 
-