KHTML
DOM::RangeException Class Reference
#include <dom2_range.h>
Public Types | |
enum | RangeExceptionCode { BAD_BOUNDARYPOINTS_ERR = 1, INVALID_NODE_TYPE_ERR = 2, _EXCEPTION_OFFSET = 2000, _EXCEPTION_MAX = 2999 } |
Public Member Functions | |
RangeException & | operator= (const RangeException &other) |
RangeException (const RangeException &other) | |
RangeException (unsigned short _code) | |
virtual | ~RangeException () |
Public Attributes | |
unsigned short | code |
Detailed Description
Definition at line 47 of file dom2_range.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
DOM::RangeException::RangeException | ( | unsigned short | _code | ) | [inline] |
Definition at line 49 of file dom2_range.h.
DOM::RangeException::RangeException | ( | const RangeException & | other | ) | [inline] |
Definition at line 50 of file dom2_range.h.
virtual DOM::RangeException::~RangeException | ( | ) | [inline, virtual] |
Definition at line 55 of file dom2_range.h.
Member Function Documentation
RangeException& DOM::RangeException::operator= | ( | const RangeException & | other | ) | [inline] |
Definition at line 52 of file dom2_range.h.
Member Data Documentation
unsigned short DOM::RangeException::code |
Definition at line 66 of file dom2_range.h.
The documentation for this class was generated from the following file: