Inheritance
  • Object
  • Interceptor
  • DomException
Annotations
  • @DomName('DOMException')
  • @Unstable()
  • @Native("DOMException")

Properties

message String
@DocsEditable(), @DomName('DOMException.message'), final
name String
read-only
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

toString() String
@DocsEditable(), @DomName('DOMException.toString')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

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_ERROR String
'TypeError'
TYPE_MISMATCH String
'TypeMismatchError'
URL_MISMATCH String
'URLMismatchError'
WRONG_DOCUMENT String
'WrongDocumentError'