DomException class

Inheritance
Annotations
  • @DomName('DOMException')
  • @Unstable()

Constants

ABORTString
'AbortError'
DATA_CLONEString
'DataCloneError'
HIERARCHY_REQUESTString
'HierarchyRequestError'
INDEX_SIZEString
'IndexSizeError'
INVALID_ACCESSString
'InvalidAccessError'
INVALID_CHARACTERString
'InvalidCharacterError'
INVALID_MODIFICATIONString
'InvalidModificationError'
INVALID_NODE_TYPEString
'InvalidNodeTypeError'
INVALID_STATEString
'InvalidStateError'
NAMESPACEString
'NamespaceError'
NETWORKString
'NetworkError'
NO_MODIFICATION_ALLOWEDString
'NoModificationAllowedError'
NOT_FOUNDString
'NotFoundError'
NOT_SUPPORTEDString
'NotSupportedError'
QUOTA_EXCEEDEDString
'QuotaExceededError'
SECURITYString
'SecurityError'
SYNTAXString
'SyntaxError'
TIMEOUTString
'TimeoutError'
TYPE_ERRORString
'TypeError'
TYPE_MISMATCHString
'TypeMismatchError'
URL_MISMATCHString
'URLMismatchError'
WRONG_DOCUMENTString
'WrongDocumentError'

Static Methods

internalCreateDomException() → DomException
@Deprecated("Internal Use Only")

Constructors

DomException.internal_()
DomException.jsInterop(String m)

Properties

messageString
@DocsEditable(), @DomName('DOMException.message'), read-only
nameString
@DocsEditable(), @DomName('DOMException.name'), read-only
hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

Methods

toString() → String
@DocsEditable(), @DomName('DOMException.toString')

Returns the result of the JavaScript objects toString method.

noSuchMethod(Invocation invocation) → dynamic
inherited

Invoked when a non-existent method or property is accessed.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/DomException-class.html