| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanCreationException | |
|---|---|
| org.springframework.beans.factory | The core package implementing Spring's lightweight Inversion of Control (IoC) container. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| Uses of BeanCreationException in org.springframework.beans.factory | 
|---|
| Subclasses of BeanCreationException in org.springframework.beans.factory | |
|---|---|
|  class | BeanCreationNotAllowedExceptionException thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory). | 
|  class | BeanCurrentlyInCreationExceptionException thrown in case of a reference to a bean that's currently in creation. | 
|  class | BeanIsAbstractExceptionException thrown when a bean instance has been requested for a bean which has been defined as abstract | 
|  class | UnsatisfiedDependencyExceptionException 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. | 
| Uses of BeanCreationException in org.springframework.beans.factory.support | 
|---|
| Methods in org.springframework.beans.factory.support that throw BeanCreationException | |
|---|---|
| protected  Object | AbstractAutowireCapableBeanFactory.createBean(String beanName,
           RootBeanDefinition mbd,
           Object[] args)Central method of this class: creates a bean instance, populates the bean instance, applies post-processors, etc. | 
| protected abstract  Object | AbstractBeanFactory.createBean(String beanName,
           RootBeanDefinition mbd,
           Object[] args)Create a bean instance for the given bean definition. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||