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
public class MethodInvocationException
- extends MethodException
An exception in the execution of a method.
- See Also:
- Serialized Form
MethodInvocationException
public MethodInvocationException(String name)
MethodInvocationException
public MethodInvocationException(String name,
String message)
MethodInvocationException
public MethodInvocationException(String name,
String message,
Throwable cause)
MethodInvocationException
public MethodInvocationException(String name,
Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getName
public String getName()
- Specified by:
getName in class MethodException
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.