|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilDatabaseException. More...
Inheritance diagram for ilDatabaseException:
Collaboration diagram for ilDatabaseException:Public Member Functions | |
| __construct (string $a_message, int $a_code=self::DB_GENERAL) | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A code isn't optional as in build in class Exception. More... | |
Data Fields | |
| const | DB_GENERAL = 10000 |
Protected Member Functions | |
| tranlateException (int $code) | |
Class ilDatabaseException.
Definition at line 27 of file exception.ilDatabaseException.php.
| ilDatabaseException::__construct | ( | string | $a_message, |
| int | $a_code = self::DB_GENERAL |
||
| ) |
Definition at line 32 of file exception.ilDatabaseException.php.
References ILIAS\GlobalScreen\Provider\__construct(), and tranlateException().
Here is the call graph for this function:
|
protected |
Reimplemented in ilAtomQueryException.
Definition at line 39 of file exception.ilDatabaseException.php.
Referenced by __construct().
Here is the caller graph for this function:| const ilDatabaseException::DB_GENERAL = 10000 |
Definition at line 29 of file exception.ilDatabaseException.php.