Package org.springframework.boot.diagnostics
package org.springframework.boot.diagnostics
Support for failure analysis and reporting.
- See Also:
-
ClassDescriptionAbstractFailureAnalyzer<T extends Throwable>Abstract base class for most
FailureAnalyzer
implementations.The result of analyzing a failure.Reports aFailureAnalysis
to the user.AFailureAnalyzer
is used to analyze a failure and provide diagnostic information that can be displayed to the user.FailureAnalysisReporter
that logs the failure analysis.