| java.lang.Object | |||||||
| ↳ | java.lang.Throwable | ||||||
| ↳ | java.lang.Exception | ||||||
| ↳ | java.lang.RuntimeException | ||||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||||
| ↳ | org.springframework.beans.BeansException | ||||||
| ↳ | org.springframework.beans.FatalBeanException | ||||||
| ↳ | org.springframework.beans.factory.BeanDefinitionStoreException | ||||||
Known Direct Subclasses
|
Exception thrown when a BeanFactory encounters an invalid bean definition: e.g. in case of incomplete or contradictory bean metadata.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new BeanDefinitionStoreException.
| |||||||||||
Create a new BeanDefinitionStoreException.
| |||||||||||
Create a new BeanDefinitionStoreException.
| |||||||||||
Create a new BeanDefinitionStoreException.
| |||||||||||
Create a new BeanDefinitionStoreException.
| |||||||||||
Create a new BeanDefinitionStoreException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of the bean requested, if any.
| |||||||||||
Return the description of the resource that the bean
definition came from, if any.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.BeansException
| |||||||||||
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new BeanDefinitionStoreException.
| msg | the detail message (used as exception message as-is) |
|---|
Create a new BeanDefinitionStoreException.
| msg | the detail message (used as exception message as-is) |
|---|---|
| cause | the root cause (may be null)
|
Create a new BeanDefinitionStoreException.
| resourceDescription | description of the resource that the bean definition came from |
|---|---|
| msg | the detail message (used as exception message as-is) |
Create a new BeanDefinitionStoreException.
| resourceDescription | description of the resource that the bean definition came from |
|---|---|
| msg | the detail message (used as exception message as-is) |
| cause | the root cause (may be null)
|
Create a new BeanDefinitionStoreException.
| resourceDescription | description of the resource that the bean definition came from |
|---|---|
| beanName | the name of the bean requested |
| msg | the detail message (appended to an introductory message that indicates the resource and the name of the bean) |
Create a new BeanDefinitionStoreException.
| resourceDescription | description of the resource that the bean definition came from |
|---|---|
| beanName | the name of the bean requested |
| msg | the detail message (appended to an introductory message that indicates the resource and the name of the bean) |
| cause | the root cause (may be null)
|
Return the description of the resource that the bean definition came from, if any.