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.',
54 protected $code = self::UNKNONWN_EXCEPTION;
61 public function __construct($exception_code = self::UNKNONWN_EXCEPTION, $additional_info =
'')
63 $this->code = $exception_code;
79 return implode(
'<br>', array(get_class($this), $this->message));
__construct($exception_code=self::UNKNONWN_EXCEPTION, $additional_info='')
const LIST_ORDER_BY_WRONG_FIELD
const GET_UNCACHED_OBJECT
const COPY_DESTINATION_ID_EXISTS
const COLUMN_DOES_ALREADY_EXIST
__construct(Container $dic, ilPlugin $plugin)
static array $message_strings
const COLUMN_DOES_NOT_EXIST
const LIST_JOIN_ON_WRONG_FIELD