Uses of Class
org.springframework.beans.factory.parsing.Problem
Packages that use Problem Package Description org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing.Uses of Problem in org.springframework.beans.factory.parsing
Methods in org.springframework.beans.factory.parsing with parameters of type Problem Modifier and Type Method Description voidFailFastProblemReporter. error(Problem problem)Throws aBeanDefinitionParsingExceptiondetailing the error that has occurred.voidProblemReporter. error(Problem problem)Called when an error is encountered during the parsing process.voidFailFastProblemReporter. fatal(Problem problem)Throws aBeanDefinitionParsingExceptiondetailing the error that has occurred.voidProblemReporter. fatal(Problem problem)Called when a fatal error is encountered during the parsing process.voidFailFastProblemReporter. warning(Problem problem)voidProblemReporter. warning(Problem problem)Called when a warning is raised during the parsing process.Constructors in org.springframework.beans.factory.parsing with parameters of type Problem Constructor Description BeanDefinitionParsingException(Problem problem)Create a new BeanDefinitionParsingException.