handleFailure

abstract fun handleFailure(type: Class<out Any>, implementationName: String, failure: Throwable)

Handle the failure that occurred when instantiating the type that was expected to be of the given typeSupplier.

Parameters

type

the type

implementationName

the name of the implementation type

failure

the failure that occurred