Groovy 2.2.0

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

Constructor Summary
MissingMethodExceptionNoStack(String method, Class type, Object[] arguments)

MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic)

 
Method Summary
Throwable fillInStackTrace()

 
Methods inherited from class MissingMethodException
getArguments, getMessage, getMethod, getType, isStatic
 
Methods inherited from class GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
 
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
 

Constructor Detail

MissingMethodExceptionNoStack

public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments)


MissingMethodExceptionNoStack

public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic)


 
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.