Package conary :: Package lib :: Module sigprotect :: Class SignalException
[hide private]
[frames] | no frames]

Class SignalException

source code

exceptions.Exception --+
                       |
                      SignalException

Instance Methods [hide private]
 
reraise(self) source code
 
__str__(self) source code
 
__init__(self, sigNum) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__

__init__(self, sigNum)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__