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

Class SignalException

Exception --+    
            |    
  QMException --+
                |
               SignalException


An exception raised in response to a signal.
Method Summary
  __init__(self, signal_number)
Create a new signal exception.
  GetSignalNumber(self)
Return the number of the signal that caused this exception.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, signal_number)
(Constructor)

Create a new signal exception.

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

GetSignalNumber(self)

Return the number of the signal that caused this exception.

Generated by Epydoc 2.1 on Thu Sep 27 15:49:05 2007 http://epydoc.sf.net