de.intarsys.tools.reflect
Class MethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.intarsys.tools.reflect.ReflectionException
              extended by 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
MethodException()
           
MethodException(java.lang.String message)
           
MethodException(java.lang.String message, java.lang.Throwable cause)
           
MethodException(java.lang.Throwable cause)
           
 
Method Summary
abstract  java.lang.String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodException

public MethodException()

MethodException

public MethodException(java.lang.String message)

MethodException

public MethodException(java.lang.String message,
                       java.lang.Throwable cause)

MethodException

public MethodException(java.lang.Throwable cause)
Method Detail

getName

public abstract java.lang.String getName()