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. | |
SaxParserException thrown by ilSaxParser if property throwException is set.
Definition at line 35 of file class.ilSaxParserException.php.
| 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);
}
1.7.1