|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class CannotLoadBeanClassException
Exception thrown when the BeanFactory cannot load the specified class of a given bean.
Constructor Summary | |
---|---|
CannotLoadBeanClassException(String resourceDescription,
String beanName,
String beanClassName,
ClassNotFoundException cause)
Create a new CannotLoadBeanClassException. |
|
CannotLoadBeanClassException(String resourceDescription,
String beanName,
String beanClassName,
LinkageError cause)
Create a new CannotLoadBeanClassException. |
Method Summary | |
---|---|
String |
getBeanClassName()
Return the name of the class we were trying to load. |
String |
getBeanName()
Return the name of the bean requested. |
String |
getResourceDescription()
Return the description of the resource that the bean definition came from. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getCause, getMessage, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CannotLoadBeanClassException(String resourceDescription, String beanName, String beanClassName, ClassNotFoundException cause)
resourceDescription
- description of the resource
that the bean definition came frombeanName
- the name of the bean requestedbeanClassName
- the name of the bean classcause
- the root causepublic CannotLoadBeanClassException(String resourceDescription, String beanName, String beanClassName, LinkageError cause)
resourceDescription
- description of the resource
that the bean definition came frombeanName
- the name of the bean requestedbeanClassName
- the name of the bean classcause
- the root causeMethod Detail |
---|
public String getResourceDescription()
public String getBeanName()
public String getBeanClassName()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |