libepp_nicbr
Public Types | Public Member Functions | List of all members
XmlException Class Reference

XML Exception Class. More...

#include <XmlException.H>

Inheritance diagram for XmlException:
GeneralException

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. More...
 
- Public Member Functions inherited from GeneralException
 GeneralException (const int code, const string &msg, const string &low_level_msg="")
 Constructor. More...
 
int get_code () const
 Returns the Exception Code. More...
 
string get_msg () const
 Returns the Exception Message. More...
 
string get_low_level_msg () const
 Return Low Level Error Message. More...
 

Additional Inherited Members

- Protected Attributes inherited from GeneralException
int _code
 Exception Code.
 
string _msg
 Exception Message.
 
string _low_level_msg
 Low Level Message.
 

Detailed Description

XML Exception Class.

Constructor & Destructor Documentation

XmlException::XmlException ( const int  code,
const string &  msg,
const string &  low_level_msg = "" 
)
inline

Constructor.

Parameters
codeException Code
msgException Message
low_level_msgOptional message returned by inner libraries (xerces)

The documentation for this class was generated from the following file: