Uses of Package
org.springframework.boot.diagnostics
Package
Description
Support for failure analysis and reporting.
Internal
FailureAnalyzer
implementations.-
ClassDescriptionThe result of analyzing a failure.Reports a
FailureAnalysis
to the user.AFailureAnalyzer
is used to analyze a failure and provide diagnostic information that can be displayed to the user. -
ClassDescriptionAbstract base class for most
FailureAnalyzer
implementations.The result of analyzing a failure.AFailureAnalyzer
is used to analyze a failure and provide diagnostic information that can be displayed to the user.