| java.lang.Object | |
| ↳ | org.springframework.beans.factory.parsing.FailFastProblemReporter |
Simple ProblemReporter implementation that exhibits fail-fast
behavior when errors are encountered.
The first error encountered results in a BeanDefinitionParsingException
being thrown.
Warnings are written to #setLogger(org.apache.commons.logging.Log) the log for this class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Throws a
BeanDefinitionParsingException detailing the error
that has occurred. | |||||||||||
Throws a
BeanDefinitionParsingException detailing the error
that has occurred. | |||||||||||
Set the Log logger that is to be used to report warnings.
| |||||||||||
Writes the supplied
Problem to the Log at WARN level. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.parsing.ProblemReporter
| |||||||||||
Throws a BeanDefinitionParsingException detailing the error
that has occurred.
| problem | the source of the error |
|---|
Throws a BeanDefinitionParsingException detailing the error
that has occurred.
| problem | the source of the error |
|---|
Set the Log logger that is to be used to report warnings.
If set to null then a default Log logger set to
the name of the instance class will be used.
| logger | the Log logger that is to be used to report warnings |
|---|
Writes the supplied Problem to the Log at WARN level.
| problem | the source of the warning |
|---|