Unicorn XML Toolkit
Version 1.00.00

Namespace Sax
Class CSaxNotSupportedException

class CSaxNotSupportedException: public CSaxException {
public:
    CSaxNotSupportedException(const CString &strMessage);
    ~CSaxNotSupportedException();
    };

The exception for unsupported operations.

An XML reader will throw this exception when it recognizes a feature or property identifier, but cannot perform the requested operation (setting a state or value). Other SAX2 applications and extensions may use this class for similar purposes.

Since:
1.00.00
Version:
1.00.00
Author:
C++ interfaces by Alexey Gokhberg; based on the original SAX2 specification by David Megginson
Constructor/Destructor Summary
CSaxNotSupportedException (const CString &strMessage);
����������Constructs the exception with the given message.
~CSaxNotSupportedException ();
����������Destroys the exception.

Constructor/Destructor Detail

CSaxNotSupportedException

CSaxNotSupportedException(const CString &strMessage);

Constructs the exception with the given message.

Parameters:
strMessage - the text message of the exception

~CSaxNotSupportedException

~CSaxNotSupportedException();

Destroys the exception.


Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.