intarsys runtime library

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:
Serializable

public class MethodNotFoundException
extends MethodException

An exception in the lookup of method.

See Also:
Serialized Form

Constructor Summary
MethodNotFoundException(String name)
           
 
Method Summary
 String getMessage()
           
 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotFoundException

public MethodNotFoundException(String name)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getName

public String getName()
Specified by:
getName in class MethodException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.