ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilExerciseException Class Reference

Exercise exceptions class. More...

+ Inheritance diagram for ilExerciseException:
+ Collaboration diagram for ilExerciseException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 Constructor. 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
 

Detailed Description

Exercise exceptions class.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@h.nosp@m.mx.d.nosp@m.e, Roland Küstermann rolan.nosp@m.d@ku.nosp@m.ester.nosp@m.mann.nosp@m..com
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct()

ilExerciseException::__construct (   $a_message,
  $a_code = 0 
)

Constructor.

Parameters
string$a_messagemessage

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

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

Field Documentation

◆ $ID_DEFLATE_METHOD_MISMATCH

ilExerciseException::$ID_DEFLATE_METHOD_MISMATCH = 1
static

◆ $ID_MISMATCH


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