See: Description
Interface | Description |
---|---|
FailureAnalysisReporter |
Reports a
FailureAnalysis to the user. |
FailureAnalyzer |
A
FailureAnalyzer is used to analyze a failure and provide diagnostic
information that can be displayed to the user. |
Class | Description |
---|---|
AbstractFailureAnalyzer<T extends Throwable> |
Abstract base class for most
FailureAnalyzer implementations. |
FailureAnalysis |
The result of analyzing a failure.
|
FailureAnalyzers |
Utility to trigger
FailureAnalyzer and FailureAnalysisReporter
instances loaded from spring.factories . |
LoggingFailureAnalysisReporter |
FailureAnalysisReporter that logs the failure analysis. |
FailureAnalyzer
,
FailureAnalysisReporter
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.