public class MissingParserProblemReporter
extends org.springframework.beans.factory.parsing.FailFastProblemReporter
FailFastProblemReporter that intercepts errors
related to missing definition parsers to give a more helpful message. In the future we may want to replace this by something
more sophisticated that allows different problems to be resolved by different "pluggable" components...| Modifier and Type | Field and Description |
|---|---|
static String |
NO_PARSER_PREFIX |
| Constructor and Description |
|---|
MissingParserProblemReporter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.beans.factory.parsing.Problem |
extendProblemDetails(org.springframework.beans.factory.parsing.Problem problem) |
void |
fatal(org.springframework.beans.factory.parsing.Problem problem) |
static String |
getMissingModuleOrExtensionMessage(String elementName) |
protected boolean |
isMissingParser(org.springframework.beans.factory.parsing.Problem problem) |
public static final String NO_PARSER_PREFIX
public void fatal(org.springframework.beans.factory.parsing.Problem problem)
fatal in interface org.springframework.beans.factory.parsing.ProblemReporterfatal in class org.springframework.beans.factory.parsing.FailFastProblemReporterprotected boolean isMissingParser(org.springframework.beans.factory.parsing.Problem problem)
protected org.springframework.beans.factory.parsing.Problem extendProblemDetails(org.springframework.beans.factory.parsing.Problem problem)
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.