Public Member Functions | Static Public Attributes

ilExerciseException Class Reference

Class to report exception. More...

Inheritance diagram for ilExerciseException:
Collaboration diagram for ilExerciseException:

Public Member Functions

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

Static Public Attributes

static $ID_MISMATCH = 0
static $ID_DEFLATE_METHOD_MISMATCH = 1

Detailed Description

Class to report exception.

Author:
Roland Küstermann <roland@kuestermann.com>
Version:
Id:
class.ilExerciseException.php 12992 2007-01-25 10:04:26Z rkuester

Definition at line 39 of file class.ilExerciseException.php.


Constructor & Destructor Documentation

ilExerciseException::__construct ( a_message,
a_code = 0 
)

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

public

Reimplemented from ilException.

Definition at line 49 of file class.ilExerciseException.php.

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


Field Documentation

ilExerciseException::$ID_DEFLATE_METHOD_MISMATCH = 1 [static]
ilExerciseException::$ID_MISMATCH = 0 [static]

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