XML Exception Class.
More...
#include <XmlException.H>
|
enum | ExceptionCode { INVALID_XML_DOCUMENT = 3000,
PARSER_INITIALIZE_EXCEPTION,
UNEXPECTED_PARSER_EXCEPTION,
NULL_XML_DOCUMENT
} |
| XML Exception Code.
|
|
XmlException::XmlException |
( |
const int |
code, |
|
|
const string & |
msg, |
|
|
const string & |
low_level_msg = "" |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
code | Exception Code |
msg | Exception Message |
low_level_msg | Optional message returned by inner libraries (xerces) |
The documentation for this class was generated from the following file: