Encapsulate a general DOM error or warning
![]() | Constructors and assignment operator
| ||||||
![]() | Destructor.
| ||||||
![]() | Enumerators for DOM Exceptions | ||||||
![]() | Public variables.
|
Encapsulate a general DOM error or warning.The DOM will create and throw an instance of DOMException when an error condition is detected. Exceptions can occur when an application directly manipulates the DOM document tree that is produced by the parser, or when a document tree is created from scratch using the DOM API. DOM exceptions will not be generated by the parser while constructing a document tree from an XML source document.
Unlike the other classes in the C++ DOM API, DOM_DOMException is NOT a reference to an underlying implementation class, and does not provide automatic memory management. Code that catches a DOM exception is responsible for deleting it, or otherwise arranging for its disposal.
Constructors and assignment operator
DOM_DOMException()
DOM_DOMException(short code, const DOMString &message)
message - The string containing the error message DOM_DOMException(const DOM_DOMException &other)
Destructor.
Public variables.
ExceptionCode code
DOMString msg
alphabetic index hierarchy of classes
Xerces-C XML Parser for C++ Version 1.1 |
|
generated by doc++