Java org.springframework.beans.factory.parsing FailFastProblemReporter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.parsing FailFastProblemReporter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.parsing FailFastProblemReporter.

The text is from its open source code.

Constructor

Method

voiderror(Problem problem)
Throws a BeanDefinitionParsingException detailing the error that has occurred.
voidsetLogger(@Nullable Log logger)
Set the Log logger that is to be used to report warnings.
voidwarning(Problem problem)
Writes the supplied Problem to the Log at WARN level.