Class FailFastProblemReporter

java.lang.Object
org.springframework.beans.factory.parsing.FailFastProblemReporter
All Implemented Interfaces:
ProblemReporter

public class FailFastProblemReporter extends Object implements ProblemReporter
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 the log for this class.

Since:
2.0
Author:
Rob Harrop, Juergen Hoeller, Rick Evans
  • Constructor Details

    • FailFastProblemReporter

      public FailFastProblemReporter()
  • Method Details