Functions | |
| def | checkPaths () |
| def | dump_bug (level, etype, msg, location=None, nhdf=None) |
| def | exceptionReason () |
| def | exceptionString () |
| def | handleException (msg=None, lvl=LV_ERROR, dump=1) |
| def | handleWarning (msg="") |
Variables | |
| int | Count = 0 |
| int | DISABLE_DUMP = 0 |
| string | DUMP_DIR = "/tmp/bugs" |
| int | gErrorCount = 0 |
| string | LV_ERROR = "LV_ERROR" |
| string | LV_MESSAGE = "LV_MESSAGE" |
| string | LV_WARNING = "LV_WARNING" |
| string | Warning = "handle_error.Warning" |
| def pyclearsilver.handle_error.checkPaths | ( | ) |
Definition at line 69 of file handle_error.py.
| def pyclearsilver.handle_error.dump_bug | ( | level, | |
| etype, | |||
| msg, | |||
location = None, |
|||
nhdf = None |
|||
| ) |
Definition at line 78 of file handle_error.py.
| def pyclearsilver.handle_error.exceptionReason | ( | ) |
Definition at line 24 of file handle_error.py.
| def pyclearsilver.handle_error.exceptionString | ( | ) |
Definition at line 27 of file handle_error.py.
| def pyclearsilver.handle_error.handleException | ( | msg = None, |
|
lvl = LV_ERROR, |
|||
dump = 1 |
|||
| ) |
Definition at line 41 of file handle_error.py.
| def pyclearsilver.handle_error.handleWarning | ( | msg = "" | ) |
Definition at line 58 of file handle_error.py.
| int pyclearsilver.handle_error.Count = 0 |
Definition at line 19 of file handle_error.py.
| int pyclearsilver.handle_error.DISABLE_DUMP = 0 |
Definition at line 22 of file handle_error.py.
| pyclearsilver.handle_error.DUMP_DIR = "/tmp/bugs" |
Definition at line 8 of file handle_error.py.
| int pyclearsilver.handle_error.gErrorCount = 0 |
Definition at line 21 of file handle_error.py.
| string pyclearsilver.handle_error.LV_ERROR = "LV_ERROR" |
Definition at line 17 of file handle_error.py.
| string pyclearsilver.handle_error.LV_MESSAGE = "LV_MESSAGE" |
Definition at line 15 of file handle_error.py.
| string pyclearsilver.handle_error.LV_WARNING = "LV_WARNING" |
Definition at line 16 of file handle_error.py.
| string pyclearsilver.handle_error.Warning = "handle_error.Warning" |
Definition at line 12 of file handle_error.py.