BeanNotFoundExceptionpublic class BeanNotFoundException extends Exception This exception is to report that the bean is
not a child of the parent bean. |
Constructors Summary |
---|
public BeanNotFoundException(String s)Creates an new BeanNotFoundException object.
super(s);
|
|