ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 |
Data Fields inherited from ilDatabaseException | |
const | DB_GENERAL = 10000 |
Protected Member Functions | |
tranlateException ($code) | |
Protected Member Functions inherited from ilDatabaseException | |
tranlateException ($code) | |
Additional Inherited Members | |
Public Member Functions inherited from ilDatabaseException | |
__construct ($a_message, $a_code=self::DB_GENERAL) | |
ilDatabaseException constructor. More... | |
Public Member Functions inherited from ilException | |
__construct ($a_message, $a_code=0) | |
A message isn't optional as in build in class Exception. More... | |
Class ilAtomQueryException.
Definition at line 9 of file exception.ilAtomQueryException.php.
|
protected |
$code |
Definition at line 27 of file exception.ilAtomQueryException.php.
References $code.
const ilAtomQueryException::DB_ATOM_ANO_NOT_AVAILABLE = 10905 |
Definition at line 16 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkAnomaly(), and ilDatabaseAtomBaseTest\testAnomalies().
const ilAtomQueryException::DB_ATOM_CLOSURE_ALREADY_SET = 10908 |
Definition at line 19 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\addQueryCallable(), and ilDatabaseAtomBaseTest\testMultipleClosures().
const ilAtomQueryException::DB_ATOM_CLOSURE_NONE = 10907 |
Definition at line 18 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkQueries(), and ilDatabaseAtomBaseTest\testWithOutClosures().
const ilAtomQueryException::DB_ATOM_CLOSURE_WRONG_FORMAT = 10903 |
Definition at line 14 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\addQueryCallable(), ilAtomQueryBase\checkQueries(), and ilAtomQueryBase\replaceQueryCallable().
const ilAtomQueryException::DB_ATOM_GENERAL = 10900 |
Definition at line 11 of file exception.ilAtomQueryException.php.
const ilAtomQueryException::DB_ATOM_IDENTICAL_TABLES = 10909 |
Definition at line 20 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryLock\getLocksForDBInstance(), ilDatabaseAtomBaseTest\testLockSameTable(), and ilDatabaseAtomBaseTest\testLockSameTableWithAlias().
const ilAtomQueryException::DB_ATOM_ISO_WRONG_LEVEL = 10904 |
const ilAtomQueryException::DB_ATOM_LOCK_NO_TABLE = 10906 |
Definition at line 17 of file exception.ilAtomQueryException.php.
Referenced by ilAtomQueryBase\checkBeforeRun(), and ilDatabaseAtomBaseTest\testWithOutLocks().
const ilAtomQueryException::DB_ATOM_LOCK_TABLE_NONEXISTING = 10901 |
Definition at line 12 of file exception.ilAtomQueryException.php.
Referenced by ilTableLock\check().
const ilAtomQueryException::DB_ATOM_LOCK_WRONG_LEVEL = 10902 |
Definition at line 13 of file exception.ilAtomQueryException.php.
Referenced by ilTableLock\check(), and ilAtomQueryBase\checkBeforeRun().