FatalException

This exception is thrown during a call to wait(), notify() or notifyAll() when a fatal error occurs with the underlying eventing system

final
class FatalException : SnoozeError {}

Constructors

this
this(Event e, FatalError fatalType, string extra)

Constructs a new FatalException with the provided associated Event, the sub-kind of error and an optional error message

Members

Functions

getFatalType
FatalError getFatalType()

Returns the sub-kind of error

Meta