KHTML
DOM::CSSException Class Reference
This exception is raised when a specific CSS operation is impossible to perform. More...
#include <css_stylesheet.h>
Public Types | |
enum | ExceptionCode { SYNTAX_ERR = 0, INVALID_MODIFICATION_ERR = 1, _EXCEPTION_OFFSET = 1000 } |
Public Member Functions | |
CSSException (const CSSException &other) | |
CSSException (unsigned short _code) | |
CSSException & | operator= (const CSSException &other) |
virtual | ~CSSException () |
Public Attributes | |
unsigned short | code |
Detailed Description
This exception is raised when a specific CSS operation is impossible to perform.Definition at line 173 of file css_stylesheet.h.
Member Enumeration Documentation
Definition at line 189 of file css_stylesheet.h.
Constructor & Destructor Documentation
DOM::CSSException::CSSException | ( | unsigned short | _code | ) | [inline] |
Definition at line 176 of file css_stylesheet.h.
DOM::CSSException::CSSException | ( | const CSSException & | other | ) | [inline] |
Definition at line 177 of file css_stylesheet.h.
virtual DOM::CSSException::~CSSException | ( | ) | [inline, virtual] |
Definition at line 182 of file css_stylesheet.h.
Member Function Documentation
CSSException& DOM::CSSException::operator= | ( | const CSSException & | other | ) | [inline] |
Definition at line 179 of file css_stylesheet.h.
Member Data Documentation
unsigned short DOM::CSSException::code |
The documentation for this class was generated from the following file: