Save This Page
Home » groovy-src-1.6.3 » groovy » lang » [javadoc | source]
groovy.lang
public class: MissingMethodException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            groovy.lang.GroovyRuntimeException
               groovy.lang.MissingMethodException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    MissingMethodExceptionNoStack, MissingMethodExecutionFailed

An exception occurred if a dynamic method dispatch fails with an unknown method. Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.
Constructor:
 public MissingMethodException(String method,
    Class type,
    Object[] arguments) 
 public MissingMethodException(String method,
    Class type,
    Object[] arguments,
    boolean isStatic) 
Method from groovy.lang.MissingMethodException Summary:
getArguments,   getMessage,   getMethod,   getType,   isStatic
Methods from groovy.lang.GroovyRuntimeException:
getLocationText,   getMessage,   getMessageWithoutLocationText,   getModule,   getNode,   setModule
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from groovy.lang.MissingMethodException Detail:
 public Object[] getArguments() 
 public String getMessage() 
 public String getMethod() 
 public Class getType() 
 public boolean isStatic()