#include <dom_exception.h>
Inheritance diagram for CL_DomException:

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 |
Definition at line 44 of file dom_exception.h.
|
|
Attributes:.
Definition at line 56 of file dom_exception.h. |
|
|
Construction:.
Definition at line 76 of file dom_exception.cpp. References code_to_message(). |
|
||||||||||||
|
Definition at line 80 of file dom_exception.cpp. |
|
|
Definition at line 70 of file dom_exception.h. |
1.4.1