TegralDiException

abstract class TegralDiException(message: String, cause: Throwable? = null) : TegralException

Type for exceptions directly emitted by Tegral DI.

Parameters

message

The message for this exception.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?