|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilAtomQueryException. More...
Inheritance diagram for ilAtomQueryException:
Collaboration diagram for ilAtomQueryException: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 (int $code) | |
| tranlateException (int $code) | |
Additional Inherited Members | |
Public Member Functions inherited from ilDatabaseException | |
| __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... | |
Class ilAtomQueryException.
Definition at line 26 of file exception.ilAtomQueryException.php.
|
protected |
Reimplemented from ilDatabaseException.
Definition at line 41 of file exception.ilAtomQueryException.php.
| 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().