ot::sax
class SAXNotRecognizedException
#include "ot/sax/SAXNotRecognizedException.h"
Exception class for an unrecognized identifier.
An XMLReader will throw this exception when it finds an unrecognized feature identifier; SAX applications and extensions may use this class for other, similar purposes.
Constructor/Destructor Detail |
SAXNotRecognizedException
SAXNotRecognizedException(const String& message)
-
Constructs a SAXNotRecognizedException with a detail message.
- Parameters:
message
-
the detail message.
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()
Found a bug or missing feature? Please email us at support@elcel.com