Uses of Class
base.exceptions.SignalException

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

Uses of SignalException in base.exceptions
 

Subclasses of SignalException in base.exceptions
 class AwaitDuringSignalingException
          This exception is thrown by the Signal to indicate that an await() was called while signaling was in process.
 class SignalDuringSignalingException
          This exception is thrown by the Signal to indicate that an signal() was called while signaling was in process.
 class SignalNotAwaitedException
          This exception is thrown by the Signal to indicate that an signal() was called but there was no thread awaiting this signal.