Package jarol.exceptions

Provides classes for the Jarol Control Infrastructure exception handling.

See:
          Description

Exception Summary
AwaitDuringSignalingException This exception is thrown by the Signal to indicate that an await() was called while signaling was in process.
SignalDuringSignalingException This exception is thrown by the Signal to indicate that an signal() was called while signaling was in process.
SignalException Thrown by Signal to indicate a signaling violation.
SignalNotAwaitedException This exception is thrown by the Signal to indicate that an signal() was called but there was no thread awaiting this signal.
 

Package jarol.exceptions Description

Provides classes for the Jarol Control Infrastructure exception handling.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: