Package | Description |
---|---|
org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BeanDefinitionParsingException(Problem problem)
Create a new BeanDefinitionParsingException.
|