KHTML
#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 (unsigned short _code) | |
RangeException (const RangeException &other) | |
virtual | ~RangeException () |
DOMString | codeAsString () const |
RangeException & | operator= (const RangeException &other) |
Static Public Member Functions | |
static DOMString | codeAsString (int rangeCode) |
static bool | isRangeExceptionCode (int exceptioncode) |
Public Attributes | |
unsigned short | code |
Detailed Description
Definition at line 47 of file dom2_range.h.
Member Enumeration Documentation
§ RangeExceptionCode
An integer indicating the type of error generated.
Enumerator | |
---|---|
BAD_BOUNDARYPOINTS_ERR | |
INVALID_NODE_TYPE_ERR | |
_EXCEPTION_OFFSET | |
_EXCEPTION_MAX |
Definition at line 60 of file dom2_range.h.
Constructor & Destructor Documentation
§ RangeException() [1/2]
|
inline |
Definition at line 49 of file dom2_range.h.
§ RangeException() [2/2]
|
inline |
Definition at line 50 of file dom2_range.h.
§ ~RangeException()
|
inlinevirtual |
Definition at line 55 of file dom2_range.h.
Member Function Documentation
§ codeAsString() [1/2]
DOMString RangeException::codeAsString | ( | ) | const |
Returns the name of this error.
Definition at line 32 of file dom2_range.cpp.
§ codeAsString() [2/2]
|
static |
Returns the name of given DOM error code.
Definition at line 42 of file dom2_range.cpp.
§ isRangeExceptionCode()
|
static |
- checks to see whether internal code is a Range one
Definition at line 37 of file dom2_range.cpp.
§ operator=()
|
inline |
Definition at line 52 of file dom2_range.h.
Member Data Documentation
§ code
unsigned short DOM::RangeException::code |
Definition at line 66 of file dom2_range.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:24:18 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.