XMLBEANSXX  0.9.8
xmlbeansxx::XpathException Class Reference

#include <geum_types.h>

Inheritance diagram for xmlbeansxx::XpathException:
Collaboration diagram for xmlbeansxx::XpathException:

List of all members.

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

Detailed Description

Encapsulate an XML parse error or warning


Constructor & Destructor Documentation

xmlbeansxx::XpathException::XpathException ( std::string  msg,
int  code = 0 
) [inline]

Constructs new XpathException instance with message

Parameters:
msgexception message
xmlbeansxx::XpathException::XpathException ( int  code = 0) [inline]

Constructs new XpathException instance with message

Parameters:
msgexception message

Member Function Documentation

int xmlbeansxx::XpathException::getCode ( ) const [inline]

Member Data Documentation


The documentation for this class was generated from the following file: