SAXException_new

Creates a new SAXException instance.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 SAXException * IFAPI SAXException_new ( 
    const unicode   *message);
 

Parameters

message
(IN) Points to the unicode message for the SAX exception.

Return Values

Returns a pointer to a SAXException interface.

Remarks

This method is provided as a convenience for SAX Parser, SAX DocumentHandler, and DTDHandler implementations. For more information, see Section 3.0, Simple API for XML (SAX) Interfaces.