org.codehaus.groovy.runtime.metaclass
Class MissingMethodExceptionNoStack

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.lang.GroovyRuntimeException
                  extended by groovy.lang.MissingMethodException
                      extended by org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingMethodExecutionFailed

public class MissingMethodExceptionNoStack
extends MissingMethodException

See Also:
Serialized Form

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

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()
Overrides:
fillInStackTrace in class Throwable

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