DOMCoreException

Module:
core
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

toString

toString


DOMString toString(); 

Member Data

ABORT_ERR
code
DOMSTRING_SIZE_ERR
HIERARCHY_REQUEST_ERR
INDEX_SIZE_ERR
INUSE_ATTRIBUTE_ERR
INVALID_ACCESS_ERR
INVALID_CHARACTER_ERR
INVALID_MODIFICATION_ERR
INVALID_STATE_ERR
message
name
NAMESPACE_ERR
NETWORK_ERR
NO_DATA_ALLOWED_ERR
NO_MODIFICATION_ALLOWED_ERR
NOT_FOUND_ERR
NOT_SUPPORTED_ERR
QUOTA_EXCEEDED_ERR
SECURITY_ERR
SYNTAX_ERR
TYPE_MISMATCH_ERR
URL_MISMATCH_ERR
VALIDATION_ERR
WRONG_DOCUMENT_ERR

ABORT_ERR


const unsigned short ABORT_ERR = 20; 


code


readonly attribute unsigned short code; 


DOMSTRING_SIZE_ERR


const unsigned short DOMSTRING_SIZE_ERR = 2; 


HIERARCHY_REQUEST_ERR


const unsigned short HIERARCHY_REQUEST_ERR = 3; 


INDEX_SIZE_ERR


const unsigned short INDEX_SIZE_ERR = 1; 


INUSE_ATTRIBUTE_ERR


const unsigned short INUSE_ATTRIBUTE_ERR = 10; 


INVALID_ACCESS_ERR


const unsigned short INVALID_ACCESS_ERR = 15; 


INVALID_CHARACTER_ERR


const unsigned short INVALID_CHARACTER_ERR = 5; 


INVALID_MODIFICATION_ERR


const unsigned short INVALID_MODIFICATION_ERR = 13; 


INVALID_STATE_ERR


const unsigned short INVALID_STATE_ERR = 11; 


message


readonly attribute DOMString message; 


name


readonly attribute DOMString name; 


NAMESPACE_ERR


const unsigned short NAMESPACE_ERR = 14; 


NETWORK_ERR


const unsigned short NETWORK_ERR = 19; 


NO_DATA_ALLOWED_ERR


const unsigned short NO_DATA_ALLOWED_ERR = 6; 


NO_MODIFICATION_ALLOWED_ERR


const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7; 


NOT_FOUND_ERR


const unsigned short NOT_FOUND_ERR = 8; 


NOT_SUPPORTED_ERR


const unsigned short NOT_SUPPORTED_ERR = 9; 


QUOTA_EXCEEDED_ERR


const unsigned short QUOTA_EXCEEDED_ERR = 22; 


SECURITY_ERR


const unsigned short SECURITY_ERR = 18; 


SYNTAX_ERR


const unsigned short SYNTAX_ERR = 12; 


TYPE_MISMATCH_ERR


const unsigned short TYPE_MISMATCH_ERR = 17; 


URL_MISMATCH_ERR


const unsigned short URL_MISMATCH_ERR = 21; 


VALIDATION_ERR


const unsigned short VALIDATION_ERR = 16; 


WRONG_DOCUMENT_ERR


const unsigned short WRONG_DOCUMENT_ERR = 4; 

 

Last Updated: 2009-05-29