http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

SAXNotRecognizedException Class Reference

Inheritance diagram for SAXNotRecognizedException:

Inheritance graph
[legend]
Collaboration diagram for SAXNotRecognizedException:

Collaboration graph
[legend]
List of all members.

Public Methods

 SAXNotRecognizedException (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 SAXNotRecognizedException (const XMLCh *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException. More...

 SAXNotRecognizedException (const char *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException. More...

 SAXNotRecognizedException (const SAXException &toCopy)
 Copy constructor. More...


Constructor & Destructor Documentation

SAXNotRecognizedException::SAXNotRecognizedException MemoryManager *const    manager = XMLPlatformUtils::fgMemoryManager
 

SAXNotRecognizedException::SAXNotRecognizedException const XMLCh *const    msg,
MemoryManager *const    manager = XMLPlatformUtils::fgMemoryManager
 

Create a new SAXException.

Parameters:
msg  The error or warning message.
manager  Pointer to the memory manager to be used to allocate objects.

SAXNotRecognizedException::SAXNotRecognizedException const char *const    msg,
MemoryManager *const    manager = XMLPlatformUtils::fgMemoryManager
 

Create a new SAXException.

Parameters:
msg  The error or warning message.
manager  Pointer to the memory manager to be used to allocate objects.

SAXNotRecognizedException::SAXNotRecognizedException const SAXException   toCopy
 

Copy constructor.

Parameters:
toCopy  The exception to be copy constructed


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


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.