Version: 9.15.0
uiexception Namespace Reference

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$"
 

Function Documentation

◆ AdminException()

def uiexception.AdminException (   msg)

Referenced by TEST_specificException().

◆ DevelException()

◆ somethingGoesWrong()

def uiexception.somethingGoesWrong ( )

Referenced by TEST_uimessage().

◆ TEST_specificException()

def uiexception.TEST_specificException ( )

◆ TEST_uimessage()

def uiexception.TEST_uimessage ( )

References somethingGoesWrong().

◆ UserException()

def uiexception.UserException (   msg)

Referenced by TEST_specificException().

Variable Documentation

◆ __author__

string uiexception.__author__ = "gboulant"
private

◆ __date__

string uiexception.__date__ = "$31 mars 2010 11:59:33$"
private