ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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.
 __construct ($a_message)
 Constructor.

Static Public Attributes

static $ID_MISMATCH = 0
static $ID_DEFLATE_METHOD_MISMATCH = 1

Detailed Description

Class to report exception.

Exercise exceptions class.

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
Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@h.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 14 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 24 of file class.ilExerciseException.php.

Referenced by __construct().

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

+ Here is the caller graph for this function:

ilExerciseException::__construct (   $a_message)

Constructor.

Parameters
string$a_messagemessage

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

References __construct().

{
parent::__construct($a_message);
}

+ Here is the call graph for this function:

Field Documentation

ilExerciseException::$ID_DEFLATE_METHOD_MISMATCH = 1
static

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