object DOMException extends Object
- Annotations
- @native() @JSGlobal()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DOMException
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ABORT_ERR: Int
- val DATA_CLONE_ERR: Int
- val DOMSTRING_SIZE_ERR: Int
- val HIERARCHY_REQUEST_ERR: Int
- val INDEX_SIZE_ERR: Int
- val INUSE_ATTRIBUTE_ERR: Int
- val INVALID_ACCESS_ERR: Int
- val INVALID_CHARACTER_ERR: Int
- val INVALID_MODIFICATION_ERR: Int
- val INVALID_NODE_TYPE_ERR: Int
- val INVALID_STATE_ERR: Int
- val NAMESPACE_ERR: Int
- val NETWORK_ERR: Int
- val NOT_FOUND_ERR: Int
- val NOT_SUPPORTED_ERR: Int
- val NO_DATA_ALLOWED_ERR: Int
- val NO_MODIFICATION_ALLOWED_ERR: Int
- val QUOTA_EXCEEDED_ERR: Int
- val SECURITY_ERR: Int
- val SYNTAX_ERR: Int
- val TIMEOUT_ERR: Int
- val TYPE_MISMATCH_ERR: Int
- val URL_MISMATCH_ERR: Int
- val VALIDATION_ERR: Int
- val WRONG_DOCUMENT_ERR: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()