|
Spring Framework | ||||||||
| 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.support.BeanDefinitionValidationException
public class BeanDefinitionValidationException
Exception thrown when the validation of a bean definition failed.
AbstractBeanDefinition.validate(),
Serialized Form| Constructor Summary | |
|---|---|
BeanDefinitionValidationException(java.lang.String msg)
Create a new BeanDefinitionValidationException with the specified message. |
|
BeanDefinitionValidationException(java.lang.String msg,
java.lang.Throwable cause)
Create a new BeanDefinitionValidationException with the specified message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.beans.BeansException |
|---|
equals, hashCode |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanDefinitionValidationException(java.lang.String msg)
msg - the detail message
public BeanDefinitionValidationException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||