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:
Serializable
- Direct Known Subclasses:
MethodInvocationException
,MethodNotFoundException
An exception while performing an object method.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodException
(String message) MethodException
(String message, Throwable cause) MethodException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodException
public MethodException() -
MethodException
-
MethodException
-
MethodException
-
-
Method Details
-
getName
-