Unicorn XML Toolkit
Version 1.00.00

Namespace Sax
Class CSaxNotRecognizedException

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

The exception for unrecognized identifiers.

An XML reader will throw this exception when it finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, 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
CSaxNotRecognizedException (const CString &strMessage);
����������Constructs the exception with the given message.
~CSaxNotRecognizedException ();
����������Destroys the exception.

Constructor/Destructor Detail

CSaxNotRecognizedException

CSaxNotRecognizedException(const CString &strMessage);

Constructs the exception with the given message.

Parameters:
strMessage - the text message of the exception

~CSaxNotRecognizedException

~CSaxNotRecognizedException();

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.