Public Member Functions

ilException Class Reference

Base class for ILIAS Exception handling. More...

Inheritance diagram for ilException:
Collaboration diagram for ilException:

Public Member Functions

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

Detailed Description

Base class for ILIAS Exception handling.

Any Exception class should inherit from it

Author:
Stefan Meyer <smeyer@databay.de>
Version:
$Id$

Definition at line 34 of file class.ilException.php.


Constructor & Destructor Documentation

ilException::__construct ( a_message,
a_code = 0 
)

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

public

Reimplemented in ilSaxParserException, ilExerciseException, ilFileException, ilLDAPQueryException, ilFileUtilsException, ilCurlConnectionException, and ilECSConnectorException.

Definition at line 42 of file class.ilException.php.

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


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