EventException : Object

Exception or error thrown by an event.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+4.0+7.0+nono

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Exception or error thrown by an event.
no1.0+4.0+7.0+nono
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Raised if the Event object has an uninitialized, null, or empty type value.
no1.0+4.0+7.0+nono
 
Error code that provides information about the exception. See Remarks for details.
no1.0+4.0+7.0+nono
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

EventException EventException()

Exception or error thrown by an event.

Visibility
internal

Property Detail

Number UNSPECIFIED_EVENT_TYPE_ERR - read only

Raised if the Event object has an uninitialized, null, or empty type value.

Number code

Error code that provides information about the exception. See Remarks for details.

Remarks

The following constant is the only current valid value for code:

  • UNSPECIFIED_EVENT_TYPE_ERR = 0 - Indicates that the event has an uninitialized, null, or empty type property.
Availability

HTML DOM Level 2 | W3C