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...
Public Member Functions | |
def | __init__ |
Canonical constructor. More... | |
def | setUIMessage |
def | getUIMessage |
def | setType |
Specify the type of this exception. More... | |
def | getType |
def | __str__ |
Static Public Attributes | |
tuple | TYPES |
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.
def uiexception.UiException.__init__ | ( | self, | |
message, | |||
type = TYPES.USER |
|||
) |
Canonical constructor.
def uiexception.UiException.setType | ( | self, | |
type | |||
) |
Specify the type of this exception.
To be choosen in the TYPES list.