org.codehaus.groovy.runtime
Class InvokerInvocationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
groovy.lang.GroovyRuntimeException
                  
org.codehaus.groovy.runtime.InvokerInvocationException
- All Implemented Interfaces: 
 - Serializable
 
public class InvokerInvocationException
- extends GroovyRuntimeException
 
An exception thrown if a method is called and an exception occurred
- Version:
 
  - $Revision$
 
- Author:
 
  - James Strachan
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
InvokerInvocationException
public InvokerInvocationException(Throwable cause)
getMessage
public String getMessage()
- Overrides:
 getMessage in class GroovyRuntimeException