Public Member Functions | |
NXmlException (void) | |
Creates a NXmlException object. | |
NXmlException (const NString &desc, Module module, Flag flag) | |
Constructs a NXmlException object. | |
Static Public Attributes | |
static const Flag | XML_PARSER_ERROR = 1 |
static const Flag | XML_INIT_ERROR = 2 |
Definition at line 36 of file nxmlexception.h.
NXmlException | ( | const NString & | desc, | |
Module | module, | |||
Flag | flag | |||
) |
Constructs a NXmlException object.
desc | Exception description | |
module | The module in which the exception occurred | |
flag | An unique id that identifies the error that occurred |
Definition at line 32 of file nxmlexception.cpp.
const Flag XML_PARSER_ERROR = 1 [static] |
Parser Error
Definition at line 38 of file nxmlexception.h.
Referenced by NXmlParser::NXmlParser(), NXmlSchemaParser::parse(), and NXmlParser::parse().
const Flag XML_INIT_ERROR = 2 [static] |
Xml Initialization Error
Definition at line 39 of file nxmlexception.h.
Referenced by NXmlWriter::dump(), NXmlWriter::NXmlWriter(), NXmlSchemaParser::parse(), and NXmlParser::parse().