|
ILIAS
Release_3_10_x_branch Revision 61812
|
Error Handling & global info handling uses PEAR error class. More...
Inheritance diagram for ilErrorHandling:
Collaboration diagram for ilErrorHandling:Public Member Functions | |
| ilErrorHandling () | |
| Constructor public. | |
| getLastError () | |
| errorHandler ($a_error_obj) | |
| defines what has to happen in case of error private | |
| getMessage () | |
| setMessage ($a_message) | |
| appendMessage ($a_message) | |
Static Public Member Functions | |
| static | _ilErrorWriter ($errno, $errstr, $errfile, $errline) |
| This is used in Soap calls to write PHP error in ILIAS Logfile Not used yet!!! | |
Data Fields | |
| $DEBUG_ENV | |
| $FATAL | |
| $WARNING | |
| $MESSAGE | |
Error Handling & global info handling uses PEAR error class.
Definition at line 37 of file class.ilErrorHandling.php.
|
static |
This is used in Soap calls to write PHP error in ILIAS Logfile Not used yet!!!
public
Definition at line 210 of file class.ilErrorHandling.php.
| ilErrorHandling::appendMessage | ( | $a_message | ) |
Definition at line 192 of file class.ilErrorHandling.php.
References getMessage().
Here is the call graph for this function:| ilErrorHandling::errorHandler | ( | $a_error_obj | ) |
defines what has to happen in case of error private
| object | Error |
Definition at line 94 of file class.ilErrorHandling.php.
References $_SESSION, $FATAL, $log, $MESSAGE, $WARNING, and ilUtil\redirect().
Here is the call graph for this function:| ilErrorHandling::getLastError | ( | ) |
Definition at line 84 of file class.ilErrorHandling.php.
| ilErrorHandling::getMessage | ( | ) |
Definition at line 184 of file class.ilErrorHandling.php.
Referenced by appendMessage().
Here is the caller graph for this function:| ilErrorHandling::ilErrorHandling | ( | ) |
Constructor public.
Definition at line 71 of file class.ilErrorHandling.php.
| ilErrorHandling::setMessage | ( | $a_message | ) |
Definition at line 188 of file class.ilErrorHandling.php.
| ilErrorHandling::$DEBUG_ENV |
Definition at line 44 of file class.ilErrorHandling.php.
| ilErrorHandling::$FATAL |
Definition at line 51 of file class.ilErrorHandling.php.
Referenced by errorHandler().
| ilErrorHandling::$MESSAGE |
Definition at line 65 of file class.ilErrorHandling.php.
Referenced by errorHandler().
| ilErrorHandling::$WARNING |
Definition at line 58 of file class.ilErrorHandling.php.
Referenced by errorHandler().