22#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMXPATHEXCEPTION_HPP
46 INVALID_EXPRESSION_ERR = 51,
72 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
Definition: DOMException.hpp:52
ExceptionCode
ExceptionCode.
Definition: DOMException.hpp:137
Definition: DOMXPathException.hpp:33
DOMXPathException()
Default constructor for DOMXPathException.
DOMXPathException(const DOMXPathException &other)
Copy constructor.
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.
Configurable memory manager.
Definition: MemoryManager.hpp:40