Uses of Package
jarol.exceptions

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

Classes in jarol.exceptions used by jarol
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 jarol.exceptions used by jarol.exceptions
SignalException
          Thrown by Signal to indicate a signaling violation.