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 KERNEL_PY.kernel.uiexception.AdminException | ( | msg | ) |
Referenced by KERNEL_PY.kernel.uiexception.TEST_specificException().
| def KERNEL_PY.kernel.uiexception.DevelException | ( | msg | ) |
Referenced by KERNEL_PY.kernel.uiexception.TEST_specificException().
| def KERNEL_PY.kernel.uiexception.somethingGoesWrong | ( | ) |
Referenced by KERNEL_PY.kernel.uiexception.TEST_uimessage().
| def KERNEL_PY.kernel.uiexception.TEST_specificException | ( | ) |
| def KERNEL_PY.kernel.uiexception.TEST_uimessage | ( | ) |
| def KERNEL_PY.kernel.uiexception.UserException | ( | msg | ) |
Referenced by KERNEL_PY.kernel.uiexception.TEST_specificException().
|
private |
|
private |