org.codehaus.waffle.action
Class MethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.waffle.WaffleException
                  extended by org.codehaus.waffle.action.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MatchingMethodException, MissingMethodException

public class MethodInvocationException
extends WaffleException

Thrown when unable to invoke the Action Method.

Author:
Michael Ward
See Also:
Serialized Form

Constructor Summary
MethodInvocationException(java.lang.String message)
           
MethodInvocationException(java.lang.String message, 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

MethodInvocationException

public MethodInvocationException(java.lang.String message)

MethodInvocationException

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


Copyright © 2007 null. All Rights Reserved.