Uses of Class
org.springframework.beans.factory.BeanCreationException
Packages that use BeanCreationException
Package
Description
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
Support package for annotation-driven bean configuration.
Classes supporting the 
org.springframework.beans.factory package.Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
- 
Uses of BeanCreationException in org.springframework.beans.factorySubclasses of BeanCreationException in org.springframework.beans.factoryModifier and TypeClassDescriptionclassException 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).classException thrown in case of a reference to a bean that's currently in creation.classException thrown when a bean instance has been requested for a bean definition which has been marked as abstract.classException 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.annotationMethods in org.springframework.beans.factory.annotation that throw BeanCreationExceptionModifier and TypeMethodDescriptionClass<?>AutowiredAnnotationBeanPostProcessor.determineBeanType(Class<?> beanClass, String beanName) Constructor<?>[]AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(Class<?> beanClass, String beanName) voidAutowiredAnnotationBeanPostProcessor.processInjection(Object bean) Native processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with one of the configured 'autowired' annotation types.
- 
Uses of BeanCreationException in org.springframework.beans.factory.supportSubclasses of BeanCreationException in org.springframework.beans.factory.supportModifier and TypeClassDescriptionclassA subclass ofBeanCreationExceptionwhich indicates that the target scope is not active, for example, in case of request or session scope.Methods in org.springframework.beans.factory.support that throw BeanCreationExceptionModifier and TypeMethodDescriptionprotected ObjectAbstractAutowireCapableBeanFactory.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 ObjectAbstractBeanFactory.createBean(String beanName, RootBeanDefinition mbd, Object[] args) Create a bean instance for the given merged bean definition (and arguments).protected ObjectAbstractAutowireCapableBeanFactory.doCreateBean(String beanName, RootBeanDefinition mbd, Object[] args) Actually create the specified bean.
- 
Uses of BeanCreationException in org.springframework.context.annotationMethods in org.springframework.context.annotation that throw BeanCreationExceptionModifier and TypeMethodDescriptionvoidCommonAnnotationBeanPostProcessor.processInjection(Object bean) Native processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with one of the supported 'resource' annotation types.