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:
- java.io.Serializable
- Direct Known Subclasses:
- MissingMethodExecutionFailed
public class MissingMethodExceptionNoStack extends MissingMethodException
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments)MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments, boolean isStatic)
- 
Method SummaryModifier and Type Method Description java.lang.ThrowablefillInStackTrace()Methods 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, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
MissingMethodExceptionNoStackpublic MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments)
- 
MissingMethodExceptionNoStackpublic MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments, boolean isStatic)
 
- 
- 
Method Details- 
fillInStackTracepublic java.lang.Throwable fillInStackTrace()- Overrides:
- fillInStackTracein class- java.lang.Throwable
 
 
-