org.chromattic.groovy.exceptions
Class NoSuchInvokeMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.chromattic.groovy.exceptions.NoSuchInvokeMethodException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchInvokeMethodException
extends java.lang.Exception

Version:
$Revision$
Author:
Alain Defrance
See Also:
Serialized Form

Constructor Summary
NoSuchInvokeMethodException()
           
NoSuchInvokeMethodException(java.lang.String message)
           
NoSuchInvokeMethodException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchInvokeMethodException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NoSuchInvokeMethodException

public NoSuchInvokeMethodException()

NoSuchInvokeMethodException

public NoSuchInvokeMethodException(java.lang.String message)

NoSuchInvokeMethodException

public NoSuchInvokeMethodException(java.lang.String message,
                                   java.lang.Throwable cause)

NoSuchInvokeMethodException

public NoSuchInvokeMethodException(java.lang.Throwable cause)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.