gnu.beanfactory
Class MethodNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gnu.beanfactory.BeanFactoryException
                    |
                    +--gnu.beanfactory.MethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotFoundException
extends BeanFactoryException

Thrown to indicate that a method could not be found or accessed.

Version:
$Id: MethodNotFoundException.java,v 1.7 2001/10/01 03:50:33 rschoening Exp $
Author:
Rob
See Also:
Serialized Form

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