ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Base class for ILIAS Exception handling. More...
Public Member Functions | |
__construct ($a_message, $a_code=0) | |
A code isn't optional as in build in class Exception. More... | |
Base class for ILIAS Exception handling.
Any Exception class should inherit from it
Definition at line 25 of file class.ilException.php.
ilException::__construct | ( | $a_message, | |
$a_code = 0 |
|||
) |
A code isn't optional as in build in class Exception.
Reimplemented in ilDateTimeException, ilTestEvaluationException, ilInvalidTreeStructureException, ilSaxParserException, ilWACException, ilAssLacOperatorNotSupportedByExpression, ilAssLacExpressionNotSupportedByQuestion, ilTestException, and ilAssLacAnswerIndexNotExist.
Definition at line 30 of file class.ilException.php.
References ILIAS\GlobalScreen\Provider\__construct().