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

Test Evaluation Exception. More...

+ Inheritance diagram for ilTestEvaluationException:
+ Collaboration diagram for ilTestEvaluationException:

Public Member Functions

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

Detailed Description

Test Evaluation Exception.

Author
Björn Heyser bheys.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

\

Definition at line 29 of file class.ilTestEvaluationException.php.

Constructor & Destructor Documentation

◆ __construct()

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

ilTestException Constructor

@access public

Reimplemented from ilTestException.

Definition at line 37 of file class.ilTestEvaluationException.php.

38 {
39 parent::__construct($a_message, $a_code);
40 }
__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: