webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
DOMCoreException Exception Reference

import"DOMCoreException.idl";

Public Member Functions

DOMString toString ()
 

Public Attributes

readonly attribute unsigned short code
 
readonly attribute DOMString name
 
readonly attribute DOMString message
 
const unsigned short INDEX_SIZE_ERR = 1
 
const unsigned short DOMSTRING_SIZE_ERR = 2
 
const unsigned short HIERARCHY_REQUEST_ERR = 3
 
const unsigned short WRONG_DOCUMENT_ERR = 4
 
const unsigned short INVALID_CHARACTER_ERR = 5
 
const unsigned short NO_DATA_ALLOWED_ERR = 6
 
const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7
 
const unsigned short NOT_FOUND_ERR = 8
 
const unsigned short NOT_SUPPORTED_ERR = 9
 
const unsigned short INUSE_ATTRIBUTE_ERR = 10
 
const unsigned short INVALID_STATE_ERR = 11
 
const unsigned short SYNTAX_ERR = 12
 
const unsigned short INVALID_MODIFICATION_ERR = 13
 
const unsigned short NAMESPACE_ERR = 14
 
const unsigned short INVALID_ACCESS_ERR = 15
 
const unsigned short VALIDATION_ERR = 16
 
const unsigned short TYPE_MISMATCH_ERR = 17
 
const unsigned short SECURITY_ERR = 18
 
const unsigned short NETWORK_ERR = 19
 
const unsigned short ABORT_ERR = 20
 
const unsigned short URL_MISMATCH_ERR = 21
 
const unsigned short QUOTA_EXCEEDED_ERR = 22
 
const unsigned short TIMEOUT_ERR = 23
 
const unsigned short INVALID_NODE_TYPE_ERR = 24
 
const unsigned short DATA_CLONE_ERR = 25
 

Member Function Documentation

◆ toString()

DOMString DOMCoreException::toString ( )

Member Data Documentation

◆ ABORT_ERR

const unsigned short DOMCoreException::ABORT_ERR = 20

◆ code

readonly attribute unsigned short DOMCoreException::code

◆ DATA_CLONE_ERR

const unsigned short DOMCoreException::DATA_CLONE_ERR = 25

◆ DOMSTRING_SIZE_ERR

const unsigned short DOMCoreException::DOMSTRING_SIZE_ERR = 2

◆ HIERARCHY_REQUEST_ERR

const unsigned short DOMCoreException::HIERARCHY_REQUEST_ERR = 3

◆ INDEX_SIZE_ERR

const unsigned short DOMCoreException::INDEX_SIZE_ERR = 1

◆ INUSE_ATTRIBUTE_ERR

const unsigned short DOMCoreException::INUSE_ATTRIBUTE_ERR = 10

◆ INVALID_ACCESS_ERR

const unsigned short DOMCoreException::INVALID_ACCESS_ERR = 15

◆ INVALID_CHARACTER_ERR

const unsigned short DOMCoreException::INVALID_CHARACTER_ERR = 5

◆ INVALID_MODIFICATION_ERR

const unsigned short DOMCoreException::INVALID_MODIFICATION_ERR = 13

◆ INVALID_NODE_TYPE_ERR

const unsigned short DOMCoreException::INVALID_NODE_TYPE_ERR = 24

◆ INVALID_STATE_ERR

const unsigned short DOMCoreException::INVALID_STATE_ERR = 11

◆ message

readonly attribute DOMString DOMCoreException::message

◆ name

readonly attribute DOMString DOMCoreException::name

◆ NAMESPACE_ERR

const unsigned short DOMCoreException::NAMESPACE_ERR = 14

◆ NETWORK_ERR

const unsigned short DOMCoreException::NETWORK_ERR = 19

◆ NO_DATA_ALLOWED_ERR

const unsigned short DOMCoreException::NO_DATA_ALLOWED_ERR = 6

◆ NO_MODIFICATION_ALLOWED_ERR

const unsigned short DOMCoreException::NO_MODIFICATION_ALLOWED_ERR = 7

◆ NOT_FOUND_ERR

const unsigned short DOMCoreException::NOT_FOUND_ERR = 8

◆ NOT_SUPPORTED_ERR

const unsigned short DOMCoreException::NOT_SUPPORTED_ERR = 9

◆ QUOTA_EXCEEDED_ERR

const unsigned short DOMCoreException::QUOTA_EXCEEDED_ERR = 22

◆ SECURITY_ERR

const unsigned short DOMCoreException::SECURITY_ERR = 18

◆ SYNTAX_ERR

const unsigned short DOMCoreException::SYNTAX_ERR = 12

◆ TIMEOUT_ERR

const unsigned short DOMCoreException::TIMEOUT_ERR = 23

◆ TYPE_MISMATCH_ERR

const unsigned short DOMCoreException::TYPE_MISMATCH_ERR = 17

◆ URL_MISMATCH_ERR

const unsigned short DOMCoreException::URL_MISMATCH_ERR = 21

◆ VALIDATION_ERR

const unsigned short DOMCoreException::VALIDATION_ERR = 16

◆ WRONG_DOCUMENT_ERR

const unsigned short DOMCoreException::WRONG_DOCUMENT_ERR = 4

The documentation for this exception was generated from the following file: