de.intarsys.tools.reflect
Class MethodInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.intarsys.tools.reflect.ReflectionException
de.intarsys.tools.reflect.MethodException
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
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 |
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)
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