| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Problem | |
|---|---|
| org.springframework.beans.factory.parsing | Support infrastructure for bean definition parsing. | 
| Uses of Problem in org.springframework.beans.factory.parsing | 
|---|
| Methods in org.springframework.beans.factory.parsing with parameters of type Problem | |
|---|---|
|  void | ProblemReporter.error(Problem problem)Called when an error is encountered during the parsing process. | 
|  void | FailFastProblemReporter.error(Problem problem)Throws a BeanDefinitionParsingExceptiondetailing the error
 that has occurred. | 
|  void | ProblemReporter.fatal(Problem problem)Called when a fatal error is encountered during the parsing process. | 
|  void | FailFastProblemReporter.fatal(Problem problem)Throws a BeanDefinitionParsingExceptiondetailing the error
 that has occurred. | 
|  void | ProblemReporter.warning(Problem problem)Called when a warning is raised during the parsing process. | 
|  void | FailFastProblemReporter.warning(Problem problem)Writes the supplied Problemto theLogatWARNlevel. | 
| Constructors in org.springframework.beans.factory.parsing with parameters of type Problem | |
|---|---|
| BeanDefinitionParsingException(Problem problem)Create a new BeanDefinitionParsingException. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||