dart:html
DomException class
- Annotations
- @Unstable()
- @Native("DOMException")
Properties
- message → String
final
- name → String
read-only
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- toString() → String
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]
Constants
- ABORT → const String
-
'AbortError'
- DATA_CLONE → const String
-
'DataCloneError'
- HIERARCHY_REQUEST → const String
-
'HierarchyRequestError'
- INDEX_SIZE → const String
-
'IndexSizeError'
- INVALID_ACCESS → const String
-
'InvalidAccessError'
- INVALID_CHARACTER → const String
-
'InvalidCharacterError'
- INVALID_MODIFICATION → const String
-
'InvalidModificationError'
- INVALID_NODE_TYPE → const String
-
'InvalidNodeTypeError'
- INVALID_STATE → const String
-
'InvalidStateError'
- NAMESPACE → const String
-
'NamespaceError'
- NETWORK → const String
-
'NetworkError'
- NO_MODIFICATION_ALLOWED → const String
-
'NoModificationAllowedError'
- NOT_FOUND → const String
-
'NotFoundError'
- NOT_SUPPORTED → const String
-
'NotSupportedError'
- QUOTA_EXCEEDED → const String
-
'QuotaExceededError'
- SECURITY → const String
-
'SecurityError'
- SYNTAX → const String
-
'SyntaxError'
- TIMEOUT → const String
-
'TimeoutError'
- TYPE_ERROR → const String
-
'TypeError'
- TYPE_MISMATCH → const String
-
'TypeMismatchError'
- URL_MISMATCH → const String
-
'URLMismatchError'
- WRONG_DOCUMENT → const String
-
'WrongDocumentError'