clan::XPathException Class Reference

#include <xpath_exception.h>

+ Inheritance diagram for clan::XPathException:

Public Member Functions

 XPathException (const std::string &message)
 
 XPathException (const std::string &message, const std::string &expression)
 
 XPathException (const std::string &message, const std::string &expression, const XPathToken &cur_token)
 
 ~XPathException () throw ()
 
std::string get_message () const
 
Operations
std::vector< std::string > get_stack_trace () const
 Returns the call stack present when the exception object was created. More...
 
std::string get_message_and_stack_trace () const
 Returns the message and call stack present when the exception object was created, formatted using newlines. More...
 

Public Attributes

std::string::size_type error_position
 
std::string expression
 

Attributes

std::string message
 Description of exception. More...
 
virtual const char * what () const throw ()
 Returns description of exception. More...
 

Constructor & Destructor Documentation

clan::XPathException::XPathException ( const std::string &  message)
inline
clan::XPathException::XPathException ( const std::string &  message,
const std::string &  expression 
)
clan::XPathException::XPathException ( const std::string &  message,
const std::string &  expression,
const XPathToken &  cur_token 
)
clan::XPathException::~XPathException ( )
throw (
)
inline

Member Function Documentation

std::string clan::XPathException::get_message ( ) const

Member Data Documentation

std::string::size_type clan::XPathException::error_position
std::string clan::XPathException::expression

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