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

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback
Bug-Todo

Download
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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

SAXNotSupportedException Class Reference

#include <SAXException.hpp>

Inheritance diagram for SAXNotSupportedException

Inheritance graph
[legend]
Collaboration diagram for SAXNotSupportedException:

Collaboration graph
[legend]
List of all members.

Public Methods

 SAXNotSupportedException ()
 SAXNotSupportedException (const XMLCh* const msg)
 Create a new SAXException. More...

 SAXNotSupportedException (const char* const msg)
 Create a new SAXException. More...

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


Constructor & Destructor Documentation

SAXNotSupportedException::SAXNotSupportedException ( )
 

SAXNotSupportedException::SAXNotSupportedException ( const XMLCh *const msg )
 

Create a new SAXException.

Parameters:
msg   The error or warning message.

SAXNotSupportedException::SAXNotSupportedException ( const char *const msg )
 

Create a new SAXException.

Parameters:
msg   The error or warning message.

SAXNotSupportedException::SAXNotSupportedException ( 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 © 2000 The Apache Software Foundation. All Rights Reserved.