32 #include "../api_core.h"
33 #include "../System/exception.h"
54 const std::string &message,
65 DOMSTRING_SIZE_ERR = 2,
66 HIERARCHY_REQUEST_ERR = 3,
67 WRONG_DOCUMENT_ERR = 4,
68 INVALID_CHARACTER_ERR = 5,
69 NO_DATA_ALLOWED_ERR = 6,
70 NO_MODIFICATION_ALLOWED_ERR = 7,
72 NOT_SUPPORTED_ERR = 9,
73 INUSE_ATTRIBUTE_ERR = 10,
74 INVALID_STATE_ERR = 11,
76 INVALID_MODIFICATION_ERR = 13,
78 INVALID_ACCESS_ERR = 15
DOM Exception class.
Definition: dom_exception.h:41
Top-level exception class.
Definition: exception.h:43
ExceptionCodes
Definition: dom_exception.h:62
unsigned short code
Definition: dom_exception.h:81