ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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. More...
 
 __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

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, Roland Küstermann rolan.nosp@m.d@ku.nosp@m.ester.nosp@m.mann.nosp@m..com
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct() [1/2]

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

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

public

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

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

◆ __construct() [2/2]

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

static ilExerciseException::$ID_DEFLATE_METHOD_MISMATCH = 1
static

◆ $ID_MISMATCH

static ilExerciseException::$ID_MISMATCH = 0
static

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