#include <xpath_exception.h>
|
| std::string | message |
| | Description of exception. More...
|
| |
| virtual const char * | what () const throw () |
| | Returns description of exception. More...
|
| |
| 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 |
| std::string clan::XPathException::get_message |
( |
| ) |
const |
| std::string::size_type clan::XPathException::error_position |
| std::string clan::XPathException::expression |
The documentation for this class was generated from the following file: