gnu.beanfactory
Class BeanNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gnu.beanfactory.BeanFactoryException
                    |
                    +--gnu.beanfactory.BeanNotFoundException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalBeanDefinitionException

public class BeanNotFoundException
extends BeanFactoryException

Thrown to indicated that a particular bean definition cannot be found.

Version:
$Id: BeanNotFoundException.java,v 1.9 2001/08/28 05:04:43 rschoening Exp $
Author:
Rob
See Also:
Serialized Form

Constructor Summary
BeanNotFoundException(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

BeanNotFoundException

public BeanNotFoundException(java.lang.String s)