Package moul :: Package qt :: Module errorhandler
[hide private]
[frames] | no frames]

Module errorhandler



Error handling for moul qt

The module installs a custom exception hook that shows unhandled traceback in the ui.

Functions [hide private]
  qtexcepthook(typ, value, traceback)
Custom exception hood to announce error inside the UI
  setupQtExceptHook()
Install Qt exception hook
  removeQtExceptHook()
Remove Qt exception hook

Variables [hide private]
  __author__ = 'Christian Heimes'
  __version__ = '$Id'
  __revision__ = '$Revision: 131 $'
  LOG = <logging.Logger instance at 0x40ffad0c>

Function Details [hide private]

qtexcepthook(typ, value, traceback)

 
Custom exception hood to announce error inside the UI

setupQtExceptHook()

 
Install Qt exception hook

removeQtExceptHook()

 
Remove Qt exception hook

Variables Details [hide private]

__author__

None
Value:
'Christian Heimes'                                                     
      

__version__

None
Value:
'$Id'                                                                  
      

__revision__

None
Value:
'$Revision: 131 $'                                                     
      

LOG

None
Value:
<logging.Logger instance at 0x40ffad0c>