CSSException Class Reference
from PyKDE4.khtml import *
Namespace: DOM.CSSException
Detailed Description
This exception is raised when a specific CSS operation is impossible to perform.
Enumerations | |
ExceptionCode | { SYNTAX_ERR, INVALID_MODIFICATION_ERR, _EXCEPTION_OFFSET, _EXCEPTION_MAX } |
Attributes | |
long | code |
Methods | |
__init__ (self, long _code) | |
__init__ (self, DOM.CSSException other) |
Method Documentation
__init__ | ( | self, | ||
long | _code | |||
) |
__init__ | ( | self, | ||
DOM.CSSException | other | |||
) |
Attribute Documentation
long code |
Enumeration Documentation
ExceptionCode |
- Enumerator:
-