Package | Description |
---|---|
org.springframework.boot.diagnostics |
Support for failure analysis and reporting.
|
org.springframework.boot.diagnostics.analyzer |
Internal
FailureAnalyzer implementations. |
Modifier and Type | Method and Description |
---|---|
FailureAnalysis |
AbstractFailureAnalyzer.analyze(Throwable failure) |
FailureAnalysis |
FailureAnalyzer.analyze(Throwable failure)
Returns an analysis of the given
failure , or null if no analysis
was possible. |
protected abstract FailureAnalysis |
AbstractFailureAnalyzer.analyze(Throwable rootFailure,
T cause)
Returns an analysis of the given
rootFailure , or null if no
analysis was possible. |
Modifier and Type | Method and Description |
---|---|
void |
LoggingFailureAnalysisReporter.report(FailureAnalysis failureAnalysis) |
void |
FailureAnalysisReporter.report(FailureAnalysis analysis)
Reports the given
failureAnalysis to the user. |
Modifier and Type | Method and Description |
---|---|
protected FailureAnalysis |
BeanNotOfRequiredTypeFailureAnalyzer.analyze(Throwable rootFailure,
BeanNotOfRequiredTypeException cause) |
protected FailureAnalysis |
AbstractInjectionFailureAnalyzer.analyze(Throwable rootFailure,
T cause) |
protected abstract FailureAnalysis |
AbstractInjectionFailureAnalyzer.analyze(Throwable rootFailure,
T cause,
String description)
Returns an analysis of the given
rootFailure , or null if no
analysis was possible. |