22#if !defined(XERCESC_INCLUDE_GUARD_DOMRANGEEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMRANGEEXCEPTION_HPP
27XERCES_CPP_NAMESPACE_BEGIN
57 BAD_BOUNDARYPOINTS_ERR = 111,
58 INVALID_NODE_TYPE_ERR = 112
112XERCES_CPP_NAMESPACE_END
Definition: DOMException.hpp:52
Range operations may throw a DOMRangeException as specified in their method descriptions.
Definition: DOMRangeException.hpp:36
RangeExceptionCode
Enumerators for DOM Range Exceptions.
Definition: DOMRangeException.hpp:56
DOMRangeException(short code, short messageCode, MemoryManager *const memoryManager)
Constructor which takes an error code and a message.
DOMRangeException(const DOMRangeException &other)
Copy constructor.
virtual ~DOMRangeException()
Destructor for DOMRangeException.
DOMRangeException()
Default constructor for DOMRangeException.
Configurable memory manager.
Definition: MemoryManager.hpp:40