| 程序包 | 说明 |
|---|---|
| org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FailFastProblemReporter.error(Problem problem)
Throws a
BeanDefinitionParsingException 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 a
BeanDefinitionParsingException 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.
|
| 构造器和说明 |
|---|
BeanDefinitionParsingException(Problem problem)
Create a new BeanDefinitionParsingException.
|