29 #ifndef _DOM_DOMException_h_
30 #define _DOM_DOMException_h_
32 #include <dom/dom_misc.h>
64 { code = other.code;
return *
this; }
73 DOMSTRING_SIZE_ERR = 2,
74 HIERARCHY_REQUEST_ERR = 3,
75 WRONG_DOCUMENT_ERR = 4,
76 INVALID_CHARACTER_ERR = 5,
77 NO_DATA_ALLOWED_ERR = 6,
78 NO_MODIFICATION_ALLOWED_ERR = 7,
80 NOT_SUPPORTED_ERR = 9,
81 INUSE_ATTRIBUTE_ERR = 10,
82 INVALID_STATE_ERR = 11,
84 INVALID_MODIFICATION_ERR = 13,
86 INVALID_ACCESS_ERR = 15
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
ExceptionCode
An integer indicating the type of error generated.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...