Version: 9.15.0
KERNEL_PY.kernel.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 KERNEL_PY.kernel.uiexception.AdminException (   msg)

◆ DevelException()

def KERNEL_PY.kernel.uiexception.DevelException (   msg)

◆ somethingGoesWrong()

def KERNEL_PY.kernel.uiexception.somethingGoesWrong ( )

◆ TEST_specificException()

◆ TEST_uimessage()

def KERNEL_PY.kernel.uiexception.TEST_uimessage ( )

◆ UserException()

def KERNEL_PY.kernel.uiexception.UserException (   msg)

Variable Documentation

◆ __author__

string KERNEL_PY.kernel.uiexception.__author__ = "gboulant"
private

◆ __date__

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