open class CannotLoadBeanClassException : FatalBeanException
Exception thrown when the BeanFactory cannot load the specified class of a given bean.
Author
Juergen Hoeller
Since
2.0
CannotLoadBeanClassException(resourceDescription: String, beanName: String, beanClassName: String, cause: ClassNotFoundException)CannotLoadBeanClassException(resourceDescription: String, beanName: String, beanClassName: String, cause: LinkageError)
Create a new CannotLoadBeanClassException. |
open fun getBeanClassName(): String
Return the name of the class we were trying to load. |
|
open fun getBeanName(): String
Return the name of the bean requested. |
|
open fun getResourceDescription(): String
Return the description of the resource that the bean definition came from. |