class TranslatableAsAbsentThrowableMessageProvider : IAbsentThrowableMessageProvider
Represents an IThrowableThrown.IAbsentThrowableMessageProvider which is using a given ITranslatable which in $ turn explains an absent Throwable.
TranslatableAsAbsentThrowableMessageProvider(translatable: ITranslatable)
Represents an IThrowableThrown.IAbsentThrowableMessageProvider which is using a given ITranslatable which in $ turn explains an absent Throwable. |
val message: TranslatableRawString
The message can be used in reporting to represent the case that no Throwable at all was thrown. |