libdom
Loading...
Searching...
No Matches
exceptions.h
Go to the documentation of this file.
1/*
2 * This file is part of libdom.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef dom_core_exceptions_h_
9#define dom_core_exceptions_h_
10
22
23/* The DOM spec says that this is actually an unsigned short */
51
52#endif
dom_exception
Definition exceptions.h:24
@ DOM_INDEX_SIZE_ERR
Definition exceptions.h:26
@ DOM_INVALID_STATE_ERR
Definition exceptions.h:36
@ DOM_NO_DATA_ALLOWED_ERR
Definition exceptions.h:31
@ DOM_UNSPECIFIED_EVENT_TYPE_ERR
Definition exceptions.h:44
@ DOM_WRONG_DOCUMENT_ERR
Definition exceptions.h:29
@ DOM_DISPATCH_REQUEST_ERR
Definition exceptions.h:45
@ DOM_SYNTAX_ERR
Definition exceptions.h:37
@ DOM_INVALID_CHARACTER_ERR
Definition exceptions.h:30
@ DOM_TYPE_MISMATCH_ERR
Definition exceptions.h:42
@ DOM_NAMESPACE_ERR
Definition exceptions.h:39
@ DOM_INVALID_MODIFICATION_ERR
Definition exceptions.h:38
@ DOM_NOT_FOUND_ERR
Definition exceptions.h:33
@ DOM_INUSE_ATTRIBUTE_ERR
Definition exceptions.h:35
@ DOM_DOMSTRING_SIZE_ERR
Definition exceptions.h:27
@ DOM_NO_MEM_ERR
Definition exceptions.h:47
@ DOM_INVALID_ACCESS_ERR
Definition exceptions.h:40
@ DOM_ATTR_WRONG_TYPE_ERR
Definition exceptions.h:48
@ DOM_VALIDATION_ERR
Definition exceptions.h:41
@ DOM_NO_MODIFICATION_ALLOWED_ERR
Definition exceptions.h:32
@ DOM_NO_ERR
Definition exceptions.h:25
@ DOM_NOT_SUPPORTED_ERR
Definition exceptions.h:34
@ DOM_HIERARCHY_REQUEST_ERR
Definition exceptions.h:28
dom_exception_class
Definition exceptions.h:17
@ DOM_EXCEPTION_CLASS_NORMAL
Definition exceptions.h:18
@ DOM_EXCEPTION_CLASS_INTERNAL
Definition exceptions.h:20
@ DOM_EXCEPTION_CLASS_EVENT
Definition exceptions.h:19