7 #ifndef __XML_EXCEPTION_H__
8 #define __XML_EXCEPTION_H__
22 INVALID_XML_DOCUMENT = 3000,
23 PARSER_INITIALIZE_EXCEPTION,
24 UNEXPECTED_PARSER_EXCEPTION,
35 const string &low_level_msg =
"") :
42 #endif //__XML_EXCEPTION_H__
ExceptionCode
XML Exception Code.
Definition: XmlException.H:21
XmlException(const int code, const string &msg, const string &low_level_msg="")
Constructor.
Definition: XmlException.H:34
XML Exception Class.
Definition: XmlException.H:17
General Exception Class.
Definition: GeneralException.H:19