22#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP
27XERCES_CPP_NAMESPACE_BEGIN
72 short messageCode = 0,
103XERCES_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
ExceptionCode
ExceptionCode INVALID_EXPRESSION_ERR The expression has a syntax error or otherwise is not a legal e...
Definition DOMXPathException.hpp:45
@ INVALID_EXPRESSION_ERR
Definition DOMXPathException.hpp:46
@ TYPE_ERR
Definition DOMXPathException.hpp:47
@ NO_RESULT_ERROR
Definition DOMXPathException.hpp:48
DOMXPathException()
Default constructor for DOMXPathException.
virtual ~DOMXPathException()
Destructor for DOMXPathException.
DOMXPathException(short code, short messageCode=0, MemoryManager *const memoryManager=XMLPlatformUtils::fgMemoryManager)
Constructor which takes an error code and a message.
DOMXPathException(const DOMXPathException &other)
Copy constructor.
Configurable memory manager.
Definition MemoryManager.hpp:40