Package 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:
Serializable
An exception in the execution of a method.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocationException
(String name, String message) MethodInvocationException
(String name, String message, Throwable cause) MethodInvocationException
(String name, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodInvocationException
-
MethodInvocationException
-
MethodInvocationException
-
MethodInvocationException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getName
- Specified by:
getName
in classMethodException
-