Uses of Package
base.exceptions

Packages that use base.exceptions
base Provides classes and interfaces for the Jarol Control Infrastructure. 
base.exceptions Provides classes for the Jarol Control Infrastructure exception handling. 
 

Classes in base.exceptions used by base
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.
SignalNotAwaitedException
          This exception is thrown by the Signal to indicate that an signal() was called but there was no thread awaiting this signal.
 

Classes in base.exceptions used by base.exceptions
SignalException
          Thrown by Signal to indicate a signaling violation.