org.codehaus.groovy.runtime.metaclass
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
Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class java.lang.Throwable