| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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) | |
  Protected Member Functions inherited from ilDatabaseException | |
| 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, Throwable $previous=null) | |
| A code isn't optional as in build in class Exception.  More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilAtomQueryException
Definition at line 26 of file exception.ilAtomQueryException.php.
      
  | 
  protected | 
Definition at line 40 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().