ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilExerciseException.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once
'Services/Exceptions/classes/class.ilException.php'
;
5
14
class
ilExerciseException
extends
ilException
15
{
16
public
static
$ID_MISMATCH
= 0;
17
public
static
$ID_DEFLATE_METHOD_MISMATCH
= 1;
24
public
function
__construct
($a_message,$a_code = 0)
25
{
26
parent::__construct($a_message,$a_code);
27
}
28
}
29
30
?>
ilExerciseException\$ID_DEFLATE_METHOD_MISMATCH
static $ID_DEFLATE_METHOD_MISMATCH
Definition:
class.ilExerciseException.php:17
ilException
Base class for ILIAS Exception handling.
Definition:
class.ilException.php:34
ilExerciseException\$ID_MISMATCH
static $ID_MISMATCH
Definition:
class.ilExerciseException.php:16
php
ilExerciseException\__construct
__construct($a_message, $a_code=0)
A message isn't optional as in build in class Exception.
Definition:
class.ilExerciseException.php:24
ilExerciseException
Class to report exception.
Definition:
class.ilExerciseException.php:14
Modules
Exercise
classes
class.ilExerciseException.php
Generated on Fri Jan 17 2025 19:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)