| 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.CannotLoadBeanClassException | ||||||
Exception thrown when the BeanFactory cannot load the specified class of a given bean.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new CannotLoadBeanClassException.
| |||||||||||
Create a new CannotLoadBeanClassException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of the class we were trying to load.
| |||||||||||
Return the name of the bean requested.
| |||||||||||
Return the description of the resource that the bean
definition came from.
| |||||||||||
|
[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 CannotLoadBeanClassException.
| resourceDescription | description of the resource that the bean definition came from |
|---|---|
| beanName | the name of the bean requested |
| beanClassName | the name of the bean class |
| cause | the root cause |
Create a new CannotLoadBeanClassException.
| resourceDescription | description of the resource that the bean definition came from |
|---|---|
| beanName | the name of the bean requested |
| beanClassName | the name of the bean class |
| cause | the root cause |
Return the name of the class we were trying to load.
Return the description of the resource that the bean definition came from.