DomException class
- Annotations
- @Unstable()
- @Native("DOMException")
Properties
Methods
- noSuchMethod(
Invocation invocation) → dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
) → String - A string representation of this object.
Operators
- operator ==(
Object other) → bool - The equality operator.inherited
Constants
- ABORT → const String
- CONSTRAINT → const String
- DATA_CLONE → const String
- ENCODING → const String
- HIERARCHY_REQUEST → const String
- INDEX_SIZE → const String
- INVALID_ACCESS → const String
- INVALID_CHARACTER → const String
- INVALID_MODIFICATION → const String
- INVALID_NODE_TYPE → const String
- INVALID_STATE → const String
- NAMESPACE → const String
- NETWORK → const String
- NO_MODIFICATION_ALLOWED → const String
- NOT_ALLOWED → const String
- NOT_FOUND → const String
- NOT_READABLE → const String
- NOT_SUPPORTED → const String
- OPERATION → const String
- QUOTA_EXCEEDED → const String
- READ_ONLY → const String
- SECURITY → const String
- SYNTAX → const String
- TIMEOUT → const String
- TRANSACTION_INACTIVE → const String
- TYPE_ERROR → const String
- TYPE_MISMATCH → const String
- UNKNOWN → const String
- URL_MISMATCH → const String
- VERSION → const String
- WRONG_DOCUMENT → const String