XMLBEANSXX
0.9.8
|
#include <geum_types.h>
Public Member Functions | |
XpathException (std::string msg, int code=0) | |
XpathException (int code=0) | |
int | getCode () const |
Static Public Attributes | |
static const int | INVALID_XPATH_FORMAT = 1 |
static const int | XPATH_NOT_FOUND = 2 |
static const int | INVALID_XPATH_ROOT_ELEMENT = 3 |
Private Attributes | |
int | code |
Encapsulate an XML parse error or warning
xmlbeansxx::XpathException::XpathException | ( | std::string | msg, |
int | code = 0 |
||
) | [inline] |
Constructs new XpathException instance with message
msg | exception message |
xmlbeansxx::XpathException::XpathException | ( | int | code = 0 | ) | [inline] |
Constructs new XpathException instance with message
msg | exception message |
int xmlbeansxx::XpathException::getCode | ( | ) | const [inline] |
int xmlbeansxx::XpathException::code [private] |
const int xmlbeansxx::XpathException::INVALID_XPATH_FORMAT = 1 [static] |
const int xmlbeansxx::XpathException::INVALID_XPATH_ROOT_ELEMENT = 3 [static] |
const int xmlbeansxx::XpathException::XPATH_NOT_FOUND = 2 [static] |