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

From WHATWG Wiki
Jump to navigation Jump to search
(New page: DOM3 Core defines exceptions 1 through 17: http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187 18 is for SECURITY_ERR: http://lists.w3.org/Archives/Public/public-webapi/2006May/00...)
 
(add some more exceptions to the list)
Line 1: Line 1:
== DOMEXception ==
The exceptions in this category are all bound to the DOMException interface in some way.
DOM3 Core defines exceptions 1 through 17:
DOM3 Core defines exceptions 1 through 17:
http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187
http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187
Line 4: Line 8:
18 is for SECURITY_ERR:
18 is for SECURITY_ERR:
http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html
http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html
DOM3 LS defines exceptions 81 and 82: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException


101 and 102 are defined by XMLHttpRequest:
101 and 102 are defined by XMLHttpRequest:
http://dev.w3.org/2006/webapi/XMLHttpRequest/Overview.html#exceptions
http://dev.w3.org/2006/webapi/XMLHttpRequest/Overview.html#exceptions
== EventException ==
DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException

Revision as of 09:04, 25 September 2007

DOMEXception

The exceptions in this category are all bound to the DOMException interface in some way.

DOM3 Core defines exceptions 1 through 17: http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187

18 is for SECURITY_ERR: http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html

DOM3 LS defines exceptions 81 and 82: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException

101 and 102 are defined by XMLHttpRequest: http://dev.w3.org/2006/webapi/XMLHttpRequest/Overview.html#exceptions

EventException

DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException