A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Exception Codes: Difference between revisions
Jump to navigation
Jump to search
(obsolete) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{obsolete|see=http://dom.spec.whatwg.org/}} | |||
== DOMException == | == DOMException == | ||
The exceptions in this category are all bound to the DOMException or LSException interfaces. | The exceptions in this category are all bound to the DOMException or LSException interfaces. | ||
;[http:// | ;[http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#exception-domexception Web DOM Core] | ||
: 1 INDEX_SIZE_ERR | : 1 INDEX_SIZE_ERR | ||
: 2 DOMSTRING_SIZE_ERR | : 2 DOMSTRING_SIZE_ERR | ||
Line 21: | Line 23: | ||
: 16 VALIDATION_ERR | : 16 VALIDATION_ERR | ||
: 17 TYPE_MISMATCH_ERR | : 17 TYPE_MISMATCH_ERR | ||
: 18 SECURITY_ERR | |||
: 18 SECURITY_ERR | |||
: 19 NETWORK_ERR | : 19 NETWORK_ERR | ||
: 20 ABORT_ERR | : 20 ABORT_ERR | ||
: 21 URL_MISMATCH_ERR | |||
: 21 URL_MISMATCH_ERR | |||
: 22 QUOTA_EXCEEDED_ERR | : 22 QUOTA_EXCEEDED_ERR | ||
: 23 TIMEOUT-ERR | : 23 TIMEOUT-ERR | ||
: 24 NOT_READABLE_ERR | |||
: | : 25 DATA_CLONE_ERR | ||
: 26 ENCODING_ERR | |||
;[http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException DOM3LS] (should be obsolete; do not implement) | ;[http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException DOM3LS] (should be obsolete; do not implement) | ||
: 81 PARSE_ERR | : 81 PARSE_ERR | ||
Line 41: | Line 40: | ||
DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException | DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException | ||
== | == RangeException == | ||
DOM Range defines exceptions 1 and 2: http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#RangeException | |||
[[Category:Registries]] |
Latest revision as of 15:33, 10 November 2012
This document is obsolete.
For more information, see: http://dom.spec.whatwg.org/
DOMException
The exceptions in this category are all bound to the DOMException or LSException interfaces.
- Web DOM Core
- 1 INDEX_SIZE_ERR
- 2 DOMSTRING_SIZE_ERR
- 3 HIERARCHY_REQUEST_ERR
- 4 WRONG_DOCUMENT_ERR
- 5 INVALID_CHARACTER_ERR
- 6 NO_DATA_ALLOWED_ERR
- 7 NO_MODIFICATION_ALLOWED_ERR
- 8 NOT_FOUND_ERR
- 9 NOT_SUPPORTED_ERR
- 10 INUSE_ATTRIBUTE_ERR
- 11 INVALID_STATE_ERR
- 12 SYNTAX_ERR
- 13 INVALID_MODIFICATION_ERR
- 14 NAMESPACE_ERR
- 15 INVALID_ACCESS_ERR
- 16 VALIDATION_ERR
- 17 TYPE_MISMATCH_ERR
- 18 SECURITY_ERR
- 19 NETWORK_ERR
- 20 ABORT_ERR
- 21 URL_MISMATCH_ERR
- 22 QUOTA_EXCEEDED_ERR
- 23 TIMEOUT-ERR
- 24 NOT_READABLE_ERR
- 25 DATA_CLONE_ERR
- 26 ENCODING_ERR
- DOM3LS (should be obsolete; do not implement)
- 81 PARSE_ERR
- 82 SERIALISE_ERR
EventException
DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException
RangeException
DOM Range defines exceptions 1 and 2: http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#RangeException