NXmlException Class Reference

NXmlException is the class for used for throwable xml exceptions. More...

Inheritance diagram for NXmlException:

NException

List of all members.

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


Detailed Description

NXmlException is the class for used for throwable xml exceptions.

Definition at line 36 of file nxmlexception.h.


Constructor & Destructor Documentation

NXmlException ( const NString desc,
Module  module,
Flag  flag 
)

Constructs a NXmlException object.

Parameters:
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.


Member Data Documentation

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().


The documentation for this class was generated from the following files:
Generated on Wed Mar 5 23:10:37 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4