36 self::UNKNONWN_EXCEPTION =>
'Unknown Exception',
37 self::COLUMN_DOES_NOT_EXIST =>
'Column does not exist:',
38 self::COLUMN_DOES_ALREADY_EXIST =>
'Column does already exist:',
39 self::RECORD_NOT_FOUND =>
'No Record found with PrimaryKey:',
40 self::GET_UNCACHED_OBJECT =>
'Get uncached Object from Cache:',
41 self::LIST_WRONG_LIMIT =>
'Limit, to value smaller than from value:',
42 self::LIST_JOIN_ON_WRONG_FIELD =>
'Join on non existing field: ',
43 self::COPY_DESTINATION_ID_EXISTS =>
'Copy Record: A record with the Destination-ID already exists.',
44 self::PRIVATE_CONTRUCTOR =>
'Constructor cannot be accessed.',
45 self::FIELD_UNKNOWN =>
'Field Unknown.',
63 $this->code = $exception_code;
79 return implode(
'<br>', array(get_class($this), $this->message));
const COLUMN_DOES_NOT_EXIST
const LIST_ORDER_BY_WRONG_FIELD
__construct($exception_code=self::UNKNONWN_EXCEPTION, $additional_info='')
const COPY_DESTINATION_ID_EXISTS
static array $message_strings
const LIST_JOIN_ON_WRONG_FIELD
const COLUMN_DOES_ALREADY_EXIST
const GET_UNCACHED_OBJECT
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc