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

With the default settings to install_handlers, this is raised when a SIGHUP is caught. More...

Detailed Description

With the default settings to install_handlers, this is raised when a SIGHUP is caught.

Note that this does not derive from Exception.

Definition at line 75 of file sigsafety.py.

Inheritance diagram for produtil.sigsafety.HangupSignal:
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: