ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjectXMLException Class Reference

Exception class for ObjectXMLWriter and ObjectXMLParser. More...

+ Inheritance diagram for ilObjectXMLException:
+ Collaboration diagram for ilObjectXMLException:

Public Member Functions

 __construct ($a_message, $a_errno=0)
 Constructor.

Detailed Description

Exception class for ObjectXMLWriter and ObjectXMLParser.

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

Definition at line 35 of file class.ilObjectXMLException.php.

Constructor & Destructor Documentation

ilObjectXMLException::__construct (   $a_message,
  $a_errno = 0 
)

Constructor.

public

Parameters
stringmessage
interrno

Reimplemented from ilException.

Definition at line 45 of file class.ilObjectXMLException.php.

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

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