ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilFileException Class Reference

Class to report exception. More...

+ Inheritance diagram for ilFileException:
+ Collaboration diagram for ilFileException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0, Throwable $previous=null)
 A message isn't optional as in build in class Exception. More...
 

Static Public Attributes

static $ID_MISMATCH = 0
 
static $ID_DEFLATE_METHOD_MISMATCH = 1
 
static $DECOMPRESSION_FAILED = 2
 

Detailed Description

Class to report exception.

Author
Roland Küstermann rolan.nosp@m.d@ku.nosp@m.ester.nosp@m.mann.nosp@m..com
Version
Id
class.ilExerciseException.php 12992 2007-01-25 10:04:26Z rkuester

Definition at line 37 of file class.ilFileException.php.

Constructor & Destructor Documentation

◆ __construct()

ilFileException::__construct (   $a_message,
  $a_code = 0 
)

A message isn't optional as in build in class Exception.

public

Definition at line 50 of file class.ilFileException.php.

References ILIAS\GlobalScreen\Provider\__construct().

51  {
52  parent::__construct($a_message, $a_code);
53  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Field Documentation

◆ $DECOMPRESSION_FAILED

ilFileException::$DECOMPRESSION_FAILED = 2
static

Definition at line 41 of file class.ilFileException.php.

Referenced by ilFileXMLParser\handlerEndTag().

◆ $ID_DEFLATE_METHOD_MISMATCH

ilFileException::$ID_DEFLATE_METHOD_MISMATCH = 1
static

◆ $ID_MISMATCH

ilFileException::$ID_MISMATCH = 0
static

The documentation for this class was generated from the following file: