#include <css_stylesheet.h>
|
| enum | ExceptionCode { SYNTAX_ERR = 0
, INVALID_MODIFICATION_ERR = 1
, _EXCEPTION_OFFSET = 1000
} |
This exception is raised when a specific CSS operation is impossible to perform.
Definition at line 173 of file css_stylesheet.h.
◆ ExceptionCode
| enum DOM::CSSException::ExceptionCode |
◆ CSSException() [1/2]
| DOM::CSSException::CSSException |
( |
unsigned short | _code | ) |
|
|
inline |
◆ CSSException() [2/2]
| DOM::CSSException::CSSException |
( |
const CSSException & | other | ) |
|
|
inline |
◆ ~CSSException()
| virtual DOM::CSSException::~CSSException |
( |
| ) |
|
|
inlinevirtual |
◆ operator=()
| CSSException & DOM::CSSException::operator= |
( |
const CSSException & | other | ) |
|
|
inline |
◆ code
| unsigned short DOM::CSSException::code |
An integer indicating the type of error generated.
Definition at line 187 of file css_stylesheet.h.
The documentation for this class was generated from the following file: