HWRF  trunk@4391
List of all members
produtil.sigsafety.FatalSignal Class Reference

Raised when a fatal signal is caught, as defined by the call to install_handlers. More...

Detailed Description

Raised when a fatal signal is caught, as defined by the call to install_handlers.

Note that this does not derive from Exception.

Definition at line 79 of file sigsafety.py.

Inheritance diagram for produtil.sigsafety.FatalSignal:
produtil.sigsafety.CaughtSignal

Additional Inherited Members

- Public Member Functions inherited from produtil.sigsafety.CaughtSignal
def __init__ (self, signum)
 CaughtSignal constructor. More...
 
def __str__ (self)
 A string description of this error. More...
 
- Public Attributes inherited from produtil.sigsafety.CaughtSignal
 signum
 The integer signal number. More...
 

The documentation for this class was generated from the following file: