ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules 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. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0, Throwable $previous=null)
 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.

References ILIAS\GlobalScreen\Provider\__construct().

46  {
47  parent::__construct($a_message, $a_errno);
48  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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