|
Stud.IP
2.4 Revision 48548
|

Public Member Functions | |
| ErrorHandler () | |
| getStatus ($status=NULL) | |
| getMaxStatus ($status) | |
| getMinStatus ($status) | |
| getErrors ($status=NULL) | |
| getAllErrors () | |
| nextError ($status) | |
| throwError ($status, $message, $file= '', $line= '') | |
| throwSingleError ($index, $status, $message, $file= '', $line= '') | |
Data Fields | |
| const | ERROR_NORMAL = 1 |
| const | ERROR_MESSAGE = 2 |
| const | ERROR_WARNING = 4 |
| const | ERROR_CRITICAL = 8 |
| const | ERROR_FATAL = 16 |
| $errors | |
| $status | |
| ErrorHandler | ( | ) |
| getAllErrors | ( | ) |
| getErrors | ( | $status = NULL | ) |
| getMaxStatus | ( | $status | ) |
| getMinStatus | ( | $status | ) |
| getStatus | ( | $status = NULL | ) |
| nextError | ( | $status | ) |

| throwError | ( | $status, | |
| $message, | |||
$file = '', |
|||
$line = '' |
|||
| ) |


| throwSingleError | ( | $index, | |
| $status, | |||
| $message, | |||
$file = '', |
|||
$line = '' |
|||
| ) |

| $errors |
| $status |
| const ERROR_CRITICAL = 8 |
| const ERROR_FATAL = 16 |
| const ERROR_MESSAGE = 2 |
| const ERROR_NORMAL = 1 |
| const ERROR_WARNING = 4 |