ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Class ilDatabaseException. More...
Public Member Functions | |
__construct (string $a_message, int $a_code=self::DB_GENERAL) | |
![]() | |
__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().
|
protected |
Definition at line 39 of file exception.ilDatabaseException.php.
References $message.
Referenced by __construct().
const ilDatabaseException::DB_GENERAL = 10000 |
Definition at line 29 of file exception.ilDatabaseException.php.