22#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP
27XERCES_CPP_NAMESPACE_BEGIN
46 INVALID_EXPRESSION_ERR = 51,
72 short messageCode = 0,
73 MemoryManager*
const memoryManager = XMLPlatformUtils::fgMemoryManager);
103XERCES_CPP_NAMESPACE_END
Definition: DOMException.hpp:52
Definition: DOMXPathException.hpp:33
ExceptionCode
ExceptionCode INVALID_EXPRESSION_ERR The expression has a syntax error or otherwise is not a legal e...
Definition: DOMXPathException.hpp:45
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