SourceForge.net Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Examples

xercesc::DOMLSException Class Reference

#include <DOMLSException.hpp>

Inheritance diagram for xercesc::DOMLSException:

Inheritance graph
[legend]
List of all members.

Public Types

Public Contants
enum  LSExceptionCode { PARSE_ERR = 81, SERIALIZE_ERR = 82 }
 ExceptionCode. More...

Public Member Functions

Constructors
 DOMLSException ()
 Default constructor for DOMLSException.
 DOMLSException (short code, short messageCode, MemoryManager *const memoryManager)
 Constructor which takes an error code and a message.
 DOMLSException (const DOMLSException &other)
 Copy constructor.
Destructor.
virtual ~DOMLSException ()
 Destructor for DOMLSException.

Member Enumeration Documentation

enum xercesc::DOMLSException::LSExceptionCode
 

ExceptionCode.

PARSE_ERR: If an attempt was made to load a document, or an XML Fragment, using DOMLSParser and the processing has been stopped.

SERIALIZE_ERR: If an attempt was made to serialize a Node using LSSerializer and the processing has been stopped.

Since:
DOM Level 3
Enumeration values:
PARSE_ERR 
SERIALIZE_ERR 


Constructor & Destructor Documentation

xercesc::DOMLSException::DOMLSException  ) 
 

Default constructor for DOMLSException.

xercesc::DOMLSException::DOMLSException short  code,
short  messageCode,
MemoryManager *const   memoryManager
 

Constructor which takes an error code and a message.

Parameters:
code The error code which indicates the exception
messageCode The string containing the error message
memoryManager The memory manager used to (de)allocate memory

xercesc::DOMLSException::DOMLSException const DOMLSException other  ) 
 

Copy constructor.

Parameters:
other The object to be copied.

xercesc::DOMLSException::~DOMLSException  )  [virtual]
 

Destructor for DOMLSException.


The documentation for this class was generated from the following files:
Generated on Fri Sep 25 06:55:55 2009 for XQilla DOM Level 3 API by  doxygen 1.3.9.1