org.codehaus.groovy.runtime.metaclass
[Java] 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
public class MissingMethodExceptionNoStack
extends MissingMethodException
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
MissingMethodExceptionNoStack
public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments)
-
MissingMethodExceptionNoStack
public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic)
-
fillInStackTrace
public Throwable fillInStackTrace()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.