AbstractFailureAnalyzer

Abstract base class for most FailureAnalyzer implementations.

Author

Andy Wilkinson

Phillip Webb

Since

1.4.0

Parameters

<T>

the type of exception to analyze

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun analyze(failure: Throwable): FailureAnalysis
Returns an analysis of the given failure, or null if no analysis was possible.