DOMException

@native @JSGlobal @JSType
class DOMException extends Object

The DOMException interface represents an anormal event happening when a method or a property is used.

Companion:
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def message: String

Returns a DOMString representing a message or description associated with the given error name.

Returns a DOMString representing a message or description associated with the given error name.

def name: String

Returns a DOMString that contains one of the strings associated with an error name.

Returns a DOMString that contains one of the strings associated with an error name.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object