- 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
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
toString(
) → String -
Returns the result of the JavaScript objects
toStringmethod.@DocsEditable(), @DomName('DOMException.toString') -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited