Xerces-C++: DOMLSException.hpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22#if !defined(XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP
24
26
28
29
44
46public:
47
48
49
66 PARSE_ERR = 81,
67 SERIALIZE_ERR = 82
70
71
72
73
81
90 short messageCode,
92
99
101
102
103
104
113
114private:
115
116
117
119};
120
122
123#endif
#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 DOMLSException.hpp:45
DOMLSException(const DOMLSException &other)
Copy constructor.
virtual ~DOMLSException()
Destructor for DOMLSException.
DOMLSException()
Default constructor for DOMLSException.
LSExceptionCode
ExceptionCode.
Definition DOMLSException.hpp:65
DOMLSException(short code, short messageCode, MemoryManager *const memoryManager)
Constructor which takes an error code and a message.
Configurable memory manager.
Definition MemoryManager.hpp:40