22#if !defined(XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP
27XERCES_CPP_NAMESPACE_BEGIN
121XERCES_CPP_NAMESPACE_END
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
LSExceptionCode
ExceptionCode.
Definition DOMLSException.hpp:65
@ PARSE_ERR
Definition DOMLSException.hpp:66
@ SERIALIZE_ERR
Definition DOMLSException.hpp:67
DOMLSException(short code, short messageCode, MemoryManager *const memoryManager)
Constructor which takes an error code and a message.
DOMLSException(const DOMLSException &other)
Copy constructor.
DOMLSException()
Default constructor for DOMLSException.
virtual ~DOMLSException()
Destructor for DOMLSException.
Configurable memory manager.
Definition MemoryManager.hpp:40