de.intarsys.tools.reflect
Class MethodNotFoundException

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
                  extended by de.intarsys.tools.reflect.MethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotFoundException
extends MethodException

An exception in the lookup of method.

See Also:
Serialized Form

Constructor Summary
MethodNotFoundException(java.lang.String name)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MethodNotFoundException

public MethodNotFoundException(java.lang.String name)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getName

public java.lang.String getName()
Specified by:
getName in class MethodException