de.intarsys.tools.reflect
Class MethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.intarsys.tools.reflect.ReflectionException
              extended by de.intarsys.tools.reflect.MethodException
                  extended by de.intarsys.tools.reflect.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class MethodInvocationException
extends MethodException

An exception in the execution of a method.

See Also:
Serialized Form

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

MethodInvocationException

public MethodInvocationException(java.lang.String name,
                                 java.lang.String message)

MethodInvocationException

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

MethodInvocationException

public MethodInvocationException(java.lang.String name,
                                 java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getName

public java.lang.String getName()
Specified by:
getName in class MethodException