open class BeanDefinitionValidationException : FatalBeanException
Exception thrown when the validation of a bean definition failed.
Author
Juergen Hoeller
Since
21.11.2003
See Also
AbstractBeanDefinition#validate()
BeanDefinitionValidationException(msg: String)
Create a new BeanDefinitionValidationException with the specified message. BeanDefinitionValidationException(msg: String, cause: Throwable)
Create a new BeanDefinitionValidationException with the specified message and root cause. |