| Package | Description | 
|---|---|
| org.springframework.boot.diagnostics | Support for failure analysis and reporting. | 
| org.springframework.boot.diagnostics.analyzer | Internal  FailureAnalyzerimplementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| FailureAnalysis | AbstractFailureAnalyzer. analyze(Throwable failure) | 
| FailureAnalysis | FailureAnalyzer. analyze(Throwable failure)Returns an analysis of the given  failure, ornullif no analysis
 was possible. | 
| protected abstract FailureAnalysis | AbstractFailureAnalyzer. analyze(Throwable rootFailure,
       T cause)Returns an analysis of the given  rootFailure, ornullif no
 analysis was possible. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FailureAnalysisReporter. report(FailureAnalysis analysis)Reports the given  failureAnalysisto the user. | 
| void | LoggingFailureAnalysisReporter. report(FailureAnalysis failureAnalysis) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FailureAnalysis | BeanNotOfRequiredTypeFailureAnalyzer. analyze(Throwable rootFailure,
       org.springframework.beans.factory.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, ornullif no
 analysis was possible. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.