AbstractInjectionFailureAnalyzer

Abstract base class for a FailureAnalyzer that handles some kind of injection failure.

Author

Andy Wilkinson

Stephane Nicoll

Since

1.4.1

Parameters

<T>

the type of exception to analyze

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.