gnu.beanfactory
Class IllegalBeanDefinitionException

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

public class IllegalBeanDefinitionException
extends BeanNotFoundException

Thrown to indicate a particular bean definition was illegal.

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

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

IllegalBeanDefinitionException

public IllegalBeanDefinitionException(java.lang.String s)