EventException Class Reference
from PyKDE4.khtml import *
Namespace: DOM.EventException
Detailed Description
Introduced in DOM Level 2:
Event operations may throw an EventException as specified in their method descriptions.
Enumerations | |
| EventExceptionCode | { UNSPECIFIED_EVENT_TYPE_ERR, _EXCEPTION_OFFSET, _EXCEPTION_MAX } |
Attributes | |
| long | code |
Methods | |
| __init__ (self, long _code) | |
| __init__ (self, DOM.EventException other) | |
Method Documentation
| __init__ | ( | self, | ||
| long | _code | |||
| ) |
| __init__ | ( | self, | ||
| DOM.EventException | other | |||
| ) |
Attribute Documentation
| long code |
Enumeration Documentation
| EventExceptionCode |
- Enumerator:
-
KDE 4.4 PyKDE API Reference