#include <XmlException.H>
Inheritance diagram for XmlException:
Public Types | |
enum | ExceptionCode { INVALID_XML_DOCUMENT = 3000, PARSER_INITIALIZE_EXCEPTION, UNEXPECTED_PARSER_EXCEPTION, NULL_XML_DOCUMENT } |
XML Exception Code. | |
Public Member Functions | |
XmlException (const int code, const string &msg, const string &low_level_msg="") | |
Constructor. |
|
Constructor.
|