class EventException
|
Introduced in DOM Level 2:
More... |
|
|
Public Types
Public Methods
Public Members
Introduced in DOM Level 2:
Event operations may throw an EventException as specified in their method
descriptions.
EventException (unsigned short _code)
| EventException |
EventException (const EventException &other)
| EventException |
EventException & operator = (const EventException &other)
| operator = |
~EventException ()
| ~EventException |
[virtual]
enum EventExceptionCode { UNSPECIFIED_EVENT_TYPE_ERR = 0
}
| EventExceptionCode |
An integer indicating the type of error generated.
UNSPECIFIED_EVENT_TYPE_ERR: If the Event's type was not specified by
initializing the event before the method was called. Specification of
the Event's type as null or an empty string will also trigger this
exception.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |