Changed Classes and Interfaces |
BeanCreationException
|
Exception thrown when a BeanFactory encounters an error when
attempting to create a bean from a bean definition. |
BeanFactoryUtils
|
Convenience methods operating on bean factories, in particular
on the ListableBeanFactory interface. |
BeanIsNotAFactoryException
|
Exception thrown when a bean is not a factory, but a user tries to get
at the factory for the given bean name. |
BeanNotOfRequiredTypeException
|
Thrown when a bean doesn't match the expected type. |
ListableBeanFactory
|
Extension of the BeanFactory interface to be implemented by bean factories
that can enumerate all their bean instances, rather than attempting bean lookup
by name one by one as requested by clients. |
UnsatisfiedDependencyException
|
Exception thrown when a bean depends on other beans or simple properties
that were not specified in the bean factory definition, although
dependency checking was enabled. |