Packagedom.events
Interfacepublic interface EventException

Introduced in: DOM 2 Events 

Event operations may throw an EventException as specified in their method descriptions.

See also

W3C - DOM 3 Events: EventException


Public Properties
 PropertyDefined By
  DOM 2 Events code : Number
[read-only] An integer indicating the type of error generated.
EventException
Property Detail
DOM 2 Events codeproperty
code:Number  [read-only]

Introduced in: DOM 2 Events 

An integer indicating the type of error generated.


Implementation
    public function get code():Number

See also