22#if !defined(XERCESC_INCLUDE_GUARD_DOMEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMEXCEPTION_HPP
178 short messageCode = 0,
#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
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
DOMException()
Default constructor for DOMException.
const XMLCh * msg
A string value.
Definition DOMException.hpp:226
DOMException(short code, short messageCode=0, MemoryManager *const memoryManager=XMLPlatformUtils::fgMemoryManager)
Constructor which takes an error code and an optional message code.
MemoryManager * fMemoryManager
Definition DOMException.hpp:230
DOMException(const DOMException &other)
Copy constructor.
virtual ~DOMException()
Destructor 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
const XMLCh * getMessage() const
Definition DOMException.hpp:250
ExceptionCode
ExceptionCode.
Definition DOMException.hpp:137
@ INDEX_SIZE_ERR
Definition DOMException.hpp:138
@ INVALID_MODIFICATION_ERR
Definition DOMException.hpp:150
@ NOT_SUPPORTED_ERR
Definition DOMException.hpp:146
@ INVALID_ACCESS_ERR
Definition DOMException.hpp:152
@ INUSE_ATTRIBUTE_ERR
Definition DOMException.hpp:147
@ DOMSTRING_SIZE_ERR
Definition DOMException.hpp:139
@ NOT_FOUND_ERR
Definition DOMException.hpp:145
@ NAMESPACE_ERR
Definition DOMException.hpp:151
@ WRONG_DOCUMENT_ERR
Definition DOMException.hpp:141
@ SYNTAX_ERR
Definition DOMException.hpp:149
@ HIERARCHY_REQUEST_ERR
Definition DOMException.hpp:140
@ NO_MODIFICATION_ALLOWED_ERR
Definition DOMException.hpp:144
@ TYPE_MISMATCH_ERR
Definition DOMException.hpp:154
@ INVALID_CHARACTER_ERR
Definition DOMException.hpp:142
@ INVALID_STATE_ERR
Definition DOMException.hpp:148
@ VALIDATION_ERR
Definition DOMException.hpp:153
@ NO_DATA_ALLOWED_ERR
Definition DOMException.hpp:143
Configurable memory manager.
Definition MemoryManager.hpp:40