Package 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:
java.io.Serializable
- Direct Known Subclasses:
MethodInvocationException
,MethodNotFoundException
public abstract class MethodException extends ReflectionException
An exception while performing an object method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodException()
MethodException(java.lang.String message)
MethodException(java.lang.String message, java.lang.Throwable cause)
MethodException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getName()
-