类的使用
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中的方法 修饰符和类型 方法 说明 void
FailFastProblemReporter. error(Problem problem)
Throws aBeanDefinitionParsingException
detailing the error that has occurred.void
ProblemReporter. error(Problem problem)
Called when an error is encountered during the parsing process.void
FailFastProblemReporter. fatal(Problem problem)
Throws aBeanDefinitionParsingException
detailing the error that has occurred.void
ProblemReporter. fatal(Problem problem)
Called when a fatal error is encountered during the parsing process.void
FailFastProblemReporter. warning(Problem problem)
void
ProblemReporter. 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.