de.intarsys.tools.reflect
Class MethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.intarsys.tools.reflect.ReflectionException
de.intarsys.tools.reflect.MethodException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MethodInvocationException, MethodNotFoundException
public abstract class MethodException
- extends ReflectionException
An exception while performing an object method.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MethodException
public MethodException()
MethodException
public MethodException(String message)
MethodException
public MethodException(String message,
Throwable cause)
MethodException
public MethodException(Throwable cause)
getName
public abstract String getName()
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.