4require_once 
'./Services/Exceptions/classes/class.ilException.php';
 
   53    public function __construct($exception_code, $exception_info = 
"")
 
   57        $this->code = $exception_code;
 
   58        $this->add_info = $exception_info;
 
   60        parent::__construct($this->message, $this->code);
 
   85                $this->message = 
$lng->txt(
"cld_folder_already_existing_on_service") . 
" " . 
$this->add_info;
 
  115                $this->message = 
$lng->txt(
"cld_path_does_not_exist_in_file_tree_in_session") . 
" " . 
$this->add_info;
 
  118                $this->message = 
$lng->txt(
"cld_id_does_not_exist_in_file_tree_in_session") . 
" " . 
$this->add_info;
 
  121                $this->message = 
$lng->txt(
"cld_id_already_exists_in_file_tree_in_session") . 
" " . 
$this->add_info;
 
  124                $this->message = 
$lng->txt(
"cld_plugin_hook_could_not_be_instantiated") . 
" " . 
$this->add_info;
 
  130                $this->message = 
$lng->txt(
"cld_permission_to_change_root_folder_denied") . 
" " . 
$this->add_info;
 
  140        return get_class($this) . 
" '{$this->message}' in {$this->file}({$this->line})\n" 
  141            . 
"{$this->getTraceAsString()}";
 
const NO_SERVICE_SELECTED
const PERMISSION_TO_CHANGE_ROOT_FOLDER_DENIED
const PATH_DOES_NOT_EXIST_IN_FILE_TREE_IN_SESSION
const UPLOAD_FAILED_MAX_FILESIZE
const FOLDER_NOT_EXISTING_ON_SERVICE
const SERVICE_CLASS_FILE_NOT_FOUND
const FILE_NOT_EXISTING_ON_SERVICE
const AUTHENTICATION_FAILED
const PLUGIN_HOOK_COULD_NOT_BE_INSTANTIATED
const ADD_ITEMS_FROM_SERVICE_FAILED
const ID_DOES_NOT_EXIST_IN_FILE_TREE_IN_SESSION
const ID_ALREADY_EXISTS_IN_FILE_TREE_IN_SESSION
const FOLDER_ALREADY_EXISTING_ON_SERVICE
__construct($exception_code, $exception_info="")
const FOLDER_CREATION_FAILED
Base class for ILIAS Exception handling.