ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilPluginException Class Reference
+ Inheritance diagram for ilPluginException:
+ Collaboration diagram for ilPluginException:

Public Member Functions

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

Detailed Description

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilPluginException.php.

Constructor & Destructor Documentation

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

A message isn't optional as in build in class Exception.

public

Reimplemented from ilException.

Definition at line 13 of file class.ilPluginException.php.

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

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