ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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...
 
- Public Member Functions inherited from ilTestException
 __construct ($msg='', $code=0)
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A message 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 14 of file class.ilTestEvaluationException.php.

Constructor & Destructor Documentation

◆ __construct()

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

ilTestException Constructor

public

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

23  {
24  parent::__construct($a_message,$a_code);
25  }

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