DomException class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomException
- 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_ERROR → String
-
'TypeError' - TYPE_MISMATCH → String
-
'TypeMismatchError' - URL_MISMATCH → String
-
'URLMismatchError' - WRONG_DOCUMENT → String
-
'WrongDocumentError'
Static Methods
- internalCreateDomException(
) → DomException @Deprecated("Internal Use Only")
Constructors
Properties
- message → String @DocsEditable(), @DomName('DOMException.message'), read-only
- name → String @DocsEditable(), @DomName('DOMException.name'), read-only
- hashCode → int read-only, inherited
- runtimeType → Type 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
toStringmethod. - 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