|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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
public class BeanCreationException
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
| Constructor Summary | |
|---|---|
BeanCreationException(java.lang.String msg)
Create a new BeanCreationException. |
|
BeanCreationException(java.lang.String beanName,
java.lang.String msg)
Create a new BeanCreationException. |
|
BeanCreationException(java.lang.String resourceDescription,
java.lang.String beanName,
java.lang.String msg)
Create a new BeanCreationException. |
|
BeanCreationException(java.lang.String resourceDescription,
java.lang.String beanName,
java.lang.String msg,
java.lang.Throwable cause)
Create a new BeanCreationException. |
|
BeanCreationException(java.lang.String beanName,
java.lang.String msg,
java.lang.Throwable cause)
Create a new BeanCreationException. |
|
BeanCreationException(java.lang.String msg,
java.lang.Throwable cause)
Create a new BeanCreationException. |
|
| Method Summary | |
|---|---|
void |
addRelatedCause(java.lang.Throwable ex)
Add a related cause to this bean creation exception, not being a direct cause of the failure but having occured earlier in the creation of the same bean instance. |
boolean |
contains(java.lang.Class exClass)
|
java.lang.String |
getBeanName()
Return the name of the bean requested, if any. |
java.lang.Throwable[] |
getRelatedCauses()
Return the related causes, if any. |
java.lang.String |
getResourceDescription()
Return the description of the resource that the bean definition came from, if any. |
void |
printStackTrace(java.io.PrintStream ps)
|
void |
printStackTrace(java.io.PrintWriter pw)
|
java.lang.String |
toString()
|
| Methods inherited from class org.springframework.beans.BeansException |
|---|
equals, hashCode |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanCreationException(java.lang.String msg)
msg - the detail message
public BeanCreationException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause
public BeanCreationException(java.lang.String beanName,
java.lang.String msg)
beanName - the name of the bean requestedmsg - the detail message
public BeanCreationException(java.lang.String beanName,
java.lang.String msg,
java.lang.Throwable cause)
beanName - the name of the bean requestedmsg - the detail messagecause - the root cause
public BeanCreationException(java.lang.String resourceDescription,
java.lang.String beanName,
java.lang.String msg)
resourceDescription - description of the resource
that the bean definition came frombeanName - the name of the bean requestedmsg - the detail message
public BeanCreationException(java.lang.String resourceDescription,
java.lang.String beanName,
java.lang.String msg,
java.lang.Throwable cause)
resourceDescription - description of the resource
that the bean definition came frombeanName - the name of the bean requestedmsg - the detail messagecause - the root cause| Method Detail |
|---|
public java.lang.String getBeanName()
public java.lang.String getResourceDescription()
public void addRelatedCause(java.lang.Throwable ex)
ex - the related cause to addpublic java.lang.Throwable[] getRelatedCauses()
null if nonepublic java.lang.String toString()
toString in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.Throwablepublic boolean contains(java.lang.Class exClass)
contains in class org.springframework.core.NestedRuntimeException
|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||