| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Class arException. More...
 Inheritance diagram for arException:
 Collaboration diagram for arException:Public Member Functions | |
| __construct ($exception_code=self::UNKNONWN_EXCEPTION, $additional_info='') | |
| __toString () | |
  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... | |
Data Fields | |
| const | UNKNONWN_EXCEPTION = -1 | 
| const | COLUMN_DOES_NOT_EXIST = 1001 | 
| const | COLUMN_DOES_ALREADY_EXIST = 1002 | 
| const | RECORD_NOT_FOUND = 1003 | 
| const | GET_UNCACHED_OBJECT = 1004 | 
| const | LIST_WRONG_LIMIT = 1005 | 
| const | LIST_ORDER_BY_WRONG_FIELD = 1006 | 
| const | LIST_JOIN_ON_WRONG_FIELD = 1007 | 
| const | COPY_DESTINATION_ID_EXISTS = 1008 | 
| const | PRIVATE_CONTRUCTOR = 1009 | 
| const | FIELD_UNKNOWN = 1010 | 
Protected Member Functions | |
| assignMessageToCode () | |
Protected Attributes | |
| $message = '' | |
| $code = self::UNKNONWN_EXCEPTION | |
| string | $additional_info = '' | 
Static Protected Attributes | |
| static array | $message_strings | 
| arException::__construct | ( | $exception_code = self::UNKNONWN_EXCEPTION,  | 
        |
$additional_info = ''  | 
        |||
| ) | 
| int | $exception_code | |
| string | $additional_info | 
Definition at line 61 of file class.arException.php.
References $additional_info, ILIAS\GlobalScreen\Provider\__construct(), and assignMessageToCode().
 Here is the call graph for this function:| arException::__toString | ( | ) | 
Definition at line 77 of file class.arException.php.
      
  | 
  protected | 
Definition at line 69 of file class.arException.php.
References $additional_info, and $code.
Referenced by __construct().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 55 of file class.arException.php.
Referenced by __construct(), and assignMessageToCode().
      
  | 
  protected | 
Definition at line 54 of file class.arException.php.
Referenced by assignMessageToCode().
      
  | 
  protected | 
Definition at line 50 of file class.arException.php.
      
  | 
  staticprotected | 
Definition at line 35 of file class.arException.php.
| const arException::COLUMN_DOES_ALREADY_EXIST = 1002 | 
Definition at line 26 of file class.arException.php.
| const arException::COLUMN_DOES_NOT_EXIST = 1001 | 
Definition at line 25 of file class.arException.php.
Referenced by arConnectorDB\removeField().
| const arException::COPY_DESTINATION_ID_EXISTS = 1008 | 
Definition at line 32 of file class.arException.php.
Referenced by ActiveRecord\copy().
| const arException::FIELD_UNKNOWN = 1010 | 
Definition at line 34 of file class.arException.php.
| const arException::GET_UNCACHED_OBJECT = 1004 | 
Definition at line 28 of file class.arException.php.
Referenced by arObjectCache\get().
| const arException::LIST_JOIN_ON_WRONG_FIELD = 1007 | 
Definition at line 31 of file class.arException.php.
Referenced by ActiveRecordList\join().
| const arException::LIST_ORDER_BY_WRONG_FIELD = 1006 | 
Definition at line 30 of file class.arException.php.
| const arException::LIST_WRONG_LIMIT = 1005 | 
Definition at line 29 of file class.arException.php.
| const arException::PRIVATE_CONTRUCTOR = 1009 | 
Definition at line 33 of file class.arException.php.
| const arException::RECORD_NOT_FOUND = 1003 | 
Definition at line 27 of file class.arException.php.
Referenced by ActiveRecord\findOrFail(), and ActiveRecord\read().
| const arException::UNKNONWN_EXCEPTION = -1 | 
Definition at line 24 of file class.arException.php.
Referenced by ActiveRecord\returnDbTableName().