ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Class ilAtomQueryException. More...
Data Fields | |
const | DB_ATOM_GENERAL = 10900 |
const | DB_ATOM_LOCK_TABLE_NONEXISTING = 10901 |
const | DB_ATOM_LOCK_WRONG_LEVEL = 10902 |
const | DB_ATOM_CLOSURE_WRONG_FORMAT = 10903 |
const | DB_ATOM_ISO_WRONG_LEVEL = 10904 |
const | DB_ATOM_ANO_NOT_AVAILABLE = 10905 |
const | DB_ATOM_LOCK_NO_TABLE = 10906 |
const | DB_ATOM_CLOSURE_NONE = 10907 |
const | DB_ATOM_CLOSURE_ALREADY_SET = 10908 |
const | DB_ATOM_IDENTICAL_TABLES = 10909 |
![]() | |
const | DB_GENERAL = 10000 |
Protected Member Functions | |
tranlateException (int $code) | |
![]() | |
tranlateException (int $code) | |
Additional Inherited Members | |
![]() | |
__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... | |
Class ilAtomQueryException.
Definition at line 26 of file exception.ilAtomQueryException.php.
|
protected |
Definition at line 41 of file exception.ilAtomQueryException.php.
References $message.
const ilAtomQueryException::DB_ATOM_ANO_NOT_AVAILABLE = 10905 |
Definition at line 33 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkAnomaly().
const ilAtomQueryException::DB_ATOM_CLOSURE_ALREADY_SET = 10908 |
Definition at line 36 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\addQueryCallable().
const ilAtomQueryException::DB_ATOM_CLOSURE_NONE = 10907 |
Definition at line 35 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkQueries().
const ilAtomQueryException::DB_ATOM_CLOSURE_WRONG_FORMAT = 10903 |
Definition at line 31 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\addQueryCallable(), ilAtomQueryBase\checkQueries(), and ilAtomQueryBase\replaceQueryCallable().
const ilAtomQueryException::DB_ATOM_GENERAL = 10900 |
Definition at line 28 of file exception.ilAtomQueryException.php.
const ilAtomQueryException::DB_ATOM_IDENTICAL_TABLES = 10909 |
Definition at line 37 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryLock\getLocksForDBInstance().
const ilAtomQueryException::DB_ATOM_ISO_WRONG_LEVEL = 10904 |
Definition at line 32 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkIsolationLevel().
const ilAtomQueryException::DB_ATOM_LOCK_NO_TABLE = 10906 |
Definition at line 34 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkBeforeRun().
const ilAtomQueryException::DB_ATOM_LOCK_TABLE_NONEXISTING = 10901 |
Definition at line 29 of file exception.ilAtomQueryException.php.
Referenced by ilTableLock\check().
const ilAtomQueryException::DB_ATOM_LOCK_WRONG_LEVEL = 10902 |
Definition at line 30 of file exception.ilAtomQueryException.php.
Referenced by ilTableLock\check(), and ilAtomQueryBase\checkBeforeRun().