22#if !defined(XERCESC_INCLUDE_GUARD_DOMRANGEEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMRANGEEXCEPTION_HPP
#define CDOM_EXPORT
Definition XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
DOMException()
Default constructor for DOMException.
short code
A code value, from the set defined by the ExceptionCode enum, indicating the type of error that occur...
Definition DOMException.hpp:218
DOMRangeException()
Default constructor for DOMRangeException.
virtual ~DOMRangeException()
Destructor for DOMRangeException.
DOMRangeException(const DOMRangeException &other)
Copy constructor.
DOMRangeException(short code, short messageCode, MemoryManager *const memoryManager)
Constructor which takes an error code and a message.
RangeExceptionCode
Enumerators for DOM Range Exceptions.
Definition DOMRangeException.hpp:56
@ INVALID_NODE_TYPE_ERR
Definition DOMRangeException.hpp:58
@ BAD_BOUNDARYPOINTS_ERR
Definition DOMRangeException.hpp:57
Configurable memory manager.
Definition MemoryManager.hpp:40