ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilException Class Reference

Base class for ILIAS Exception handling. More...

+ Inheritance diagram for ilException:
+ Collaboration diagram for ilException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

Base class for ILIAS Exception handling.

Any Exception class should inherit from it

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 25 of file class.ilException.php.

Constructor & Destructor Documentation

◆ __construct()

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.

31 {
32 parent::__construct($a_message, $a_code);
33 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

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