类的使用
org.springframework.beans.factory.parsing.Problem
使用Problem的程序包 程序包 说明 org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing.org.springframework.beans.factory.parsing中Problem的使用
参数类型为Problem的org.springframework.beans.factory.parsing中的方法 修饰符和类型 方法 说明 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.参数类型为Problem的org.springframework.beans.factory.parsing中的构造器 构造器 说明 BeanDefinitionParsingException(Problem problem)Create a new BeanDefinitionParsingException.