org.springframework.beans.factory.support
public class: BeanDefinitionValidationException [javadoc |
source]
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.support.BeanDefinitionValidationException
All Implemented Interfaces:
Serializable
Exception thrown when the validation of a bean definition failed.
Also see:
- AbstractBeanDefinition#validate()
- author:
Juergen - Hoeller
- since:
21.11.2003 -
| Methods from org.springframework.beans.BeansException: |
|---|
|
equals, hashCode |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |