#include <dom2_range.h>
Public Types | |
enum | RangeExceptionCode { BAD_BOUNDARYPOINTS_ERR = 1, INVALID_NODE_TYPE_ERR = 2, _EXCEPTION_OFFSET = 2000, _EXCEPTION_MAX = 2999 } |
Public Methods | |
RangeException (unsigned short _code) | |
RangeException (const RangeException &other) | |
RangeException & | operator= (const RangeException &other) |
virtual | ~RangeException () |
Public Attributes | |
unsigned short | code |
|
An integer indicating the type of error generated.
|
|
|
|
|
|
|
|
|
|
|