#include <DOMXPathException.hpp>
Inheritance diagram for xercesc::DOMXPathException:
Public Types | |
enum | ExceptionCode { INVALID_EXPRESSION_ERR = 51, TYPE_ERR = 52, NO_RESULT_ERROR = 53 } |
ExceptionCode INVALID_EXPRESSION_ERR The expression has a syntax error or otherwise is not a legal expression according to the rules of the specific DOMXPathEvaluator or contains specialized extension functions or variables not supported by this implementation. More... | |
Public Member Functions | |
Constructors | |
DOMXPathException () | |
Default constructor 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. | |
Destructor. | |
virtual | ~DOMXPathException () |
Destructor for DOMXPathException. |
|
ExceptionCode
Reimplemented from xercesc::DOMException. |
|
Default constructor for DOMXPathException.
|
|
Constructor which takes an error code and a message.
|
|
Copy constructor.
|
|
Destructor for DOMXPathException.
|