28 self::UNKNONWN_EXCEPTION =>
'Unknown Exception',
29 self::COLUMN_DOES_NOT_EXIST =>
'Column does not exist:',
30 self::COLUMN_DOES_ALREADY_EXIST =>
'Column does already exist:',
31 self::RECORD_NOT_FOUND =>
'No Record found with PrimaryKey:',
32 self::GET_UNCACHED_OBJECT =>
'Get uncached Object from Cache:',
33 self::LIST_WRONG_LIMIT =>
'Limit, to value smaller than from value:',
34 self::LIST_JOIN_ON_WRONG_FIELD =>
'Join on non existing field: ',
35 self::COPY_DESTINATION_ID_EXISTS =>
'Copy Record: A record with the Destination-ID already exists.',
36 self::PRIVATE_CONTRUCTOR =>
'Constructor cannot be accessed.',
37 self::FIELD_UNKNOWN =>
'Field Unknown.',
58 $this->code = $exception_code;
74 return implode(
'<br>', array( get_class($this), $this->message ));