Java org.springframework.beans.factory.support BeanDefinitionValidationException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support BeanDefinitionValidationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support BeanDefinitionValidationException.

The text is from its open source code.

Constructor

BeanDefinitionValidationException(String msg)
Create a new BeanDefinitionValidationException with the specified message.
BeanDefinitionValidationException(String msg, Throwable cause)
Create a new BeanDefinitionValidationException with the specified message and root cause.