ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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)
 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.

51  {
52  parent::__construct($a_message, $a_code);
53  }

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: