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
Definition DOMXPathException.hpp:33
DOMXPathException()
Default constructor for DOMXPathException.
DOMXPathException(const DOMXPathException &other)
Copy constructor.
ExceptionCode
ExceptionCode INVALID_EXPRESSION_ERR The expression has a syntax error or otherwise is not a legal e...
Definition DOMXPathException.hpp:45
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