Package flumotion :: Package extern :: Module exceptiondialog :: Class ExceptionDialog
[hide private]

Class ExceptionDialog

source code

                gtk.Dialog --+    
                             |    
kiwi.ui.dialogs.HIGAlertDialog --+
                                 |
                                ExceptionDialog

I am a dialog that can display a python exception and code to report a bug.

Instance Methods [hide private]
 
__init__(self, excTuple) source code
 
_createTracebackViewer(self, excTuple) source code
 
getSummary(self) source code
 
getDescription(self) source code
 
getFilenames(self) source code

Inherited from kiwi.ui.dialogs.HIGAlertDialog: set_details, set_details_label, set_details_widget, set_primary, set_secondary

Class Variables [hide private]
  RESPONSE_BUG = 1
Method Details [hide private]

__init__(self, excTuple)
(Constructor)

source code 
Parameters:
  • excTuple ()
Overrides: kiwi.ui.dialogs.HIGAlertDialog.__init__