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:
java.io.Serializable
public class MethodInvocationException extends MethodException
An exception in the execution of a method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.String
getName()
-
-
-
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 classjava.lang.Throwable
-
getName
public java.lang.String getName()
- Specified by:
getName
in classMethodException
-
-