|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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... | |
| __construct ($a_message, $a_code=0) | |
| A message isn't optional as in build in class Exception. More... | |
Exception class for ObjectXMLWriter and ObjectXMLParser.
Definition at line 35 of file class.ilObjectXMLException.php.
| ilObjectXMLException::__construct | ( | $a_message, | |
$a_errno = 0 |
|||
| ) |
Constructor.
@access public
| string | message |
| int | errno |
Reimplemented from ilException.
Definition at line 45 of file class.ilObjectXMLException.php.