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

All Implemented Interfaces:
    Serializable

An exception thrown if a method is called and an exception occurred
Constructor:
 public InvokerInvocationException(InvocationTargetException e) 
 public InvokerInvocationException(Throwable cause) 
Method from org.codehaus.groovy.runtime.InvokerInvocationException Summary:
getMessage
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 org.codehaus.groovy.runtime.InvokerInvocationException Detail:
 public String getMessage()