Data Structures | |
| class | UiException |
| This exception should be used for functionnal error management, at least in the GUI part of the application, for example to set user oriented messages at point of exception raise. More... | |
Functions | |
| def | UserException (msg) |
| def | AdminException (msg) |
| def | DevelException (msg) |
| def | somethingGoesWrong () |
| def | TEST_uimessage () |
| def | TEST_specificException () |
Variables | |
| string | __author__ = "gboulant" |
| string | __date__ = "$31 mars 2010 11:59:33$" |
| def uiexception.AdminException | ( | msg | ) |
Referenced by TEST_specificException().
| def uiexception.DevelException | ( | msg | ) |
Referenced by datamodeler.DataModeler.__getattribute__(), KERNEL_PY.kernel.datamodeler.DataModeler.__getattribute__(), datamodeler.DataModeler.__setattr__(), KERNEL_PY.kernel.datamodeler.DataModeler.__setattr__(), pyunittester.PyUnitTester.addTestCase(), KERNEL_PY.kernel.pyunittester.PyUnitTester.addTestCase(), KERNEL_PY.kernel.threadhelper.Runner.setObserver(), and TEST_specificException().
| def uiexception.somethingGoesWrong | ( | ) |
Referenced by TEST_uimessage().
| def uiexception.TEST_specificException | ( | ) |
References AdminException(), DevelException(), unittester.run(), and UserException().
| def uiexception.TEST_uimessage | ( | ) |
References somethingGoesWrong().
| def uiexception.UserException | ( | msg | ) |
Referenced by TEST_specificException().
|
private |
|
private |