@FunctionalInterface public interface FailureAnalyzer
FailureAnalyzer
is used to analyze a failure and provide diagnostic
information that can be displayed to the user.Modifier and Type | Method and Description |
---|---|
FailureAnalysis |
analyze(Throwable failure)
Returns an analysis of the given
failure , or null if no analysis
was possible. |
FailureAnalysis analyze(Throwable failure)
failure
, or null
if no analysis
was possible.failure
- the failurenull
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.