Public Member Functions

ilSaxParserException Class Reference

SaxParserException thrown by ilSaxParser if property throwException is set. More...

Inheritance diagram for ilSaxParserException:
Collaboration diagram for ilSaxParserException:

Public Member Functions

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

Detailed Description

SaxParserException thrown by ilSaxParser if property throwException is set.

Author:
Roland Küstermann <rku@aifb.uka.de>
Version:
Id:
class.ilSaxParser.php 12808 2006-12-08 18:04:21Z akill

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


Constructor & Destructor Documentation

ilSaxParserException::__construct ( a_message,
a_code = 0 
)

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

public

Reimplemented from ilException.

Definition at line 42 of file class.ilSaxParserException.php.

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


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