22 #if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP
27 XERCES_CPP_NAMESPACE_BEGIN
46 INVALID_EXPRESSION_ERR = 51,
72 short messageCode = 0,
73 MemoryManager*
const memoryManager = XMLPlatformUtils::fgMemoryManager);
103 XERCES_CPP_NAMESPACE_END
Definition: DOMException.hpp:52
ExceptionCode
ExceptionCode.
Definition: DOMException.hpp:137
Definition: DOMXPathException.hpp:33
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