doc / ch.tutteli.atrium.domain.creating.throwable.thrown.providers / AbsentThrowableMessageProviderFactory

AbsentThrowableMessageProviderFactory

interface AbsentThrowableMessageProviderFactory (source)

Defines the minimum set of ThrowableThrown.AbsentThrowableMessageProviders, which an implementation of the domain of Atrium has to provide.

Functions

translatableBased

abstract fun translatableBased(translatable: Translatable): AbsentThrowableMessageProvider

Inheritors

AbsentThrowableMessageProviderFactoryBuilder

object AbsentThrowableMessageProviderFactoryBuilder : AbsentThrowableMessageProviderFactory

Delegates inter alia to the implementation of AbsentThrowableMessageProviderFactory. In detail, it implements AbsentThrowableMessageProviderFactory by delegating to absentThrowableMessageProviderFactory which in turn delegates to the implementation via loadSingleService.