org.springframework.beans.factory.parsing
Class SimpleProblemCollector
java.lang.Object
org.springframework.beans.factory.parsing.SimpleProblemCollector
- All Implemented Interfaces:
- ProblemCollector
public class SimpleProblemCollector
- extends Object
- implements ProblemCollector
TODO SPR-7420: document
- Since:
- 3.1
- Author:
- Chris Beams
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleProblemCollector
public SimpleProblemCollector(Object location)
error
public void error(String message)
- Specified by:
error in interface ProblemCollector
error
public void error(String message,
Throwable cause)
- Specified by:
error in interface ProblemCollector
reportProblems
public void reportProblems(ProblemReporter reporter)
- Specified by:
reportProblems in interface ProblemCollector
hasErrors
public boolean hasErrors()
- Specified by:
hasErrors in interface ProblemCollector