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 Summary
Constructors 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()- 
Methods inherited from class groovy.lang.MissingMethodException
getArguments, getMessage, getMethod, getType, isStatic 
- 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MissingMethodExceptionNoStack
public MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments) 
- 
MissingMethodExceptionNoStack
public MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments, boolean isStatic) 
 - 
 
 -