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

Constants

ABORT String

'AbortError'
DATA_CLONE String

'DataCloneError'
HIERARCHY_REQUEST String

'HierarchyRequestError'
INDEX_SIZE String

'IndexSizeError'
INVALID_ACCESS String

'InvalidAccessError'
INVALID_CHARACTER String

'InvalidCharacterError'
INVALID_MODIFICATION String

'InvalidModificationError'
INVALID_NODE_TYPE String

'InvalidNodeTypeError'
INVALID_STATE String

'InvalidStateError'
NAMESPACE String

'NamespaceError'
NETWORK String

'NetworkError'
NO_MODIFICATION_ALLOWED String

'NoModificationAllowedError'
NOT_FOUND String

'NotFoundError'
NOT_SUPPORTED String

'NotSupportedError'
QUOTA_EXCEEDED String

'QuotaExceededError'
SECURITY String

'SecurityError'
SYNTAX String

'SyntaxError'
TIMEOUT String

'TimeoutError'
TYPE_MISMATCH String

'TypeMismatchError'
URL_MISMATCH String

'URLMismatchError'
WRONG_DOCUMENT String

'WrongDocumentError'

Static Methods

internalCreateDomException() DomException

Constructors

DomException.internal_()

DomException.jsInterop(String m)

Properties

hashCode int

read-only, inherited
message String

read-only
name String

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.