Example usage for org.springframework.beans.factory.parsing ProblemReporter interface-usage

List of usage examples for org.springframework.beans.factory.parsing ProblemReporter interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.parsing ProblemReporter interface-usage.

Usage

From source file org.springframework.beans.factory.parsing.FailFastProblemReporter.java

/**
 * Simple {@link ProblemReporter} implementation that exhibits fail-fast
 * behavior when errors are encountered.
 *
 * <p>The first error encountered results in a {@link BeanDefinitionParsingException}
 * being thrown.

From source file org.data.support.beans.factory.parsing.FailFastProblemReporter.java

/**
 * Simple {@link ProblemReporter} implementation that exhibits fail-fast
 * behavior when errors are encountered.
 * 
 * <p>The first error encountered results in a {@link QueryDefinitionParsingException}
 * being thrown.