ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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. More...
 
- 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

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

◆ __construct()

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

Constructor.

public

Parameters
stringmessage
interrno

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

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

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