libsnooze.exceptions

Exception types

Members

Classes

FatalException
class FatalException

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

InterruptedException
class InterruptedException

This exception is thrown if the call to wait() was interrupted for some reason

SnoozeError
class SnoozeError

The general libsnooze error type

Enums

FatalError
enum FatalError

The sub-kind of fatal error

Meta