Cross-Platform C++

ot::sax
class SAXNotSupportedException

#include "ot/sax/SAXNotSupportedException.h"

ot::sax::SAXException ot::Exception Exception class for an unsupported operation.

An XMLReader will throw this exception when it recognizes a feature, but cannot perform the requested operation. Other SAX2 applications and extensions may use this class for similar purposes.




Constructor/Destructor Summary
SAXNotSupportedException(const String& message)
         Constructs a SAXNotSupportedException with a detail message.

Method Summary
 virtual String getExceptionType() const
         Returns the class name as a String.

Methods inherited from class ot::Exception
getDescription, getLocalizedDescription, getMessage, setMessage, toString

Constructor/Destructor Detail

SAXNotSupportedException

 SAXNotSupportedException(const String& message)
Constructs a SAXNotSupportedException with a detail message.

Parameters:
message - the detail message.

Method Detail

getExceptionType

virtual String getExceptionType() const
Returns the class name as a String. This method should be overridden in all derived classes to return the name of the derived class.

See also:
getDescription()


Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2003 ElCel Technology   Trademark Acknowledgements