| 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.BeanCreationException | |||||||
| ↳ | org.springframework.beans.factory.BeanIsAbstractException | |||||||
Exception thrown when a bean instance has been requested for a bean definition which has been marked as abstract.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new BeanIsAbstractException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.factory.BeanCreationException
| |||||||||||
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 BeanIsAbstractException.
| beanName | the name of the bean requested |
|---|