Package qm :: Module platform_unix :: Class SignalException
[hide private]
[frames] | no frames]

Class SignalException
source code

exceptions.Exception --+    
                       |    
      common.QMException --+
                           |
                          SignalException

An exception raised in response to a signal.

Instance Methods [hide private]
  __init__(self, signal_number)
Create a new signal exception.
  GetSignalNumber(self)
Return the number of the signal that caused this exception.

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, signal_number)
(Constructor)

source code 

Create a new signal exception.

'signal_number' -- The signal number.
Overrides: common.QMException.__init__

GetSignalNumber(self)

source code 
Return the number of the signal that caused this exception.