Public Member Functions | Static Public Attributes

ilFileUtilsException Class Reference

Class to report exception. More...

Inheritance diagram for ilFileUtilsException:
Collaboration diagram for ilFileUtilsException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception.

Static Public Attributes

static $BROKEN_FILE = 0
static $INFECTED_FILE = 1
static $DOUBLETTES_FOUND = 2

Detailed Description

Class to report exception.

Definition at line 11 of file class.ilFileUtilsException.php.


Constructor & Destructor Documentation

ilFileUtilsException::__construct ( a_message,
a_code = 0 
)

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

public

Reimplemented from ilException.

Definition at line 22 of file class.ilFileUtilsException.php.

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


Field Documentation

ilFileUtilsException::$BROKEN_FILE = 0 [static]

Definition at line 13 of file class.ilFileUtilsException.php.

Referenced by ilFileUtils::processZipFile().

ilFileUtilsException::$DOUBLETTES_FOUND = 2 [static]

Definition at line 15 of file class.ilFileUtilsException.php.

Referenced by ilFileUtils::processZipFile().

ilFileUtilsException::$INFECTED_FILE = 1 [static]

Definition at line 14 of file class.ilFileUtilsException.php.

Referenced by ilFileUtils::processZipFile().


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