Uses of Class
org.springframework.boot.diagnostics.FailureAnalysis
Packages that use FailureAnalysis
Package
Description
Support for failure analysis and reporting.
Internal
FailureAnalyzer implementations.-
Uses of FailureAnalysis in org.springframework.boot.diagnostics
Methods in org.springframework.boot.diagnostics that return FailureAnalysisModifier and TypeMethodDescription@Nullable FailureAnalysisprotected abstract @Nullable FailureAnalysisReturns an analysis of the givenrootFailure, ornullif no analysis was possible.@Nullable FailureAnalysisReturns an analysis of the givenfailure, ornullif no analysis was possible.Methods in org.springframework.boot.diagnostics with parameters of type FailureAnalysisModifier and TypeMethodDescriptionvoidFailureAnalysisReporter.report(FailureAnalysis analysis) Reports the givenfailureAnalysisto the user.voidLoggingFailureAnalysisReporter.report(FailureAnalysis failureAnalysis) -
Uses of FailureAnalysis in org.springframework.boot.diagnostics.analyzer
Methods in org.springframework.boot.diagnostics.analyzer that return FailureAnalysisModifier and TypeMethodDescriptionprotected final @Nullable FailureAnalysisprotected abstract @Nullable FailureAnalysisAbstractInjectionFailureAnalyzer.analyze(Throwable rootFailure, T cause, @Nullable String description) Returns an analysis of the givenrootFailure, ornullif no analysis was possible.protected @Nullable FailureAnalysisBeanNotOfRequiredTypeFailureAnalyzer.analyze(Throwable rootFailure, BeanNotOfRequiredTypeException cause)