| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class to report exception. More...
 Inheritance diagram for ilExerciseException:
 Inheritance diagram for ilExerciseException: Collaboration 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 | 
Class to report exception.
Exercise exceptions class.
Definition at line 14 of file class.ilExerciseException.php.
| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExerciseException::__construct | ( | $a_message | ) | 
Constructor.
| string | $a_message | message | 
Definition at line 20 of file class.ilExerciseException.php.
References __construct().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 17 of file class.ilExerciseException.php.
Referenced by ilExerciseXMLParser\handlerBeginTag(), and ilExerciseXMLWriter\setAttachFileContents().
| 
 | static | 
Definition at line 16 of file class.ilExerciseException.php.
Referenced by ilSoapExerciseAdministration\addExercise(), ilExerciseXMLParser\handlerBeginTag(), and ilSoapExerciseAdministration\updateExercise().