| org.springframework.beans.factory.parsing.ProblemReporter |
Known Indirect Subclasses
|
SPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when an error is encountered during the parsing process.
| |||||||||||
Called when a fatal error is encountered during the parsing process.
| |||||||||||
Called when a warning is raised during the parsing process.
| |||||||||||
Called when an error is encountered during the parsing process.
Implementations may choose to treat errors as fatal.
| problem | the source of the error (never null)
|
|---|
Called when a fatal error is encountered during the parsing process.
Implementations must treat the given problem as fatal, i.e. they have to eventually raise an exception.
| problem | the source of the error (never null)
|
|---|
Called when a warning is raised during the parsing process.
Warnings are never considered to be fatal.
| problem | the source of the warning (never null)
|
|---|