Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CL_DomException Class Reference

#include <dom_exception.h>

Inheritance diagram for CL_DomException:

CL_Exception List of all members.

Public Types

enum  ExceptionCodes {
  INDEX_SIZE_ERR = 1, DOMSTRING_SIZE_ERR = 2, HIERARCHY_REQUEST_ERR = 3, WRONG_DOCUMENT_ERR = 4,
  INVALID_CHARACTER_ERR = 5, NO_DATA_ALLOWED_ERR = 6, NO_MODIFICATION_ALLOWED_ERR = 7, NOT_FOUND_ERR = 8,
  NOT_SUPPORTED_ERR = 9, INUSE_ATTRIBUTE_ERR = 10
}
 Attributes:. More...

Public Member Functions

 CL_DomException (unsigned short code)
 Construction:.
 CL_DomException (const std::string &message, unsigned short code)

Public Attributes

unsigned short code

Detailed Description

clanCore="XML" header=core.h

Definition at line 44 of file dom_exception.h.


Member Enumeration Documentation

enum CL_DomException::ExceptionCodes
 

Attributes:.

Enumeration values:
INDEX_SIZE_ERR 
DOMSTRING_SIZE_ERR 
HIERARCHY_REQUEST_ERR 
WRONG_DOCUMENT_ERR 
INVALID_CHARACTER_ERR 
NO_DATA_ALLOWED_ERR 
NO_MODIFICATION_ALLOWED_ERR 
NOT_FOUND_ERR 
NOT_SUPPORTED_ERR 
INUSE_ATTRIBUTE_ERR 

Definition at line 56 of file dom_exception.h.


Constructor & Destructor Documentation

CL_DomException::CL_DomException unsigned short  code  ) 
 

Construction:.

Definition at line 76 of file dom_exception.cpp.

References code_to_message().

CL_DomException::CL_DomException const std::string &  message,
unsigned short  code
 

Definition at line 80 of file dom_exception.cpp.


Member Data Documentation

unsigned short CL_DomException::code
 

Definition at line 70 of file dom_exception.h.


The documentation for this class was generated from the following files:
Generated on Sat Feb 19 22:51:17 2005 for npcore by  doxygen 1.4.1