#include <xpath_exception.h>
| CL_XPathException::CL_XPathException |
( |
const CL_String & |
message) | |
|
|
inline |
| CL_XPathException::CL_XPathException |
( |
const CL_String & |
message, |
|
|
const CL_StringRef & |
expression, |
|
|
const CL_XPathToken & |
cur_token |
|
) |
| |
| CL_XPathException::~CL_XPathException |
( |
) | |
|
| throw | ( | |
| ) | | |
|
inline |
| CL_String CL_XPathException::get_message |
( |
) | |
const |
| CL_String CL_Exception::get_message_and_stack_trace |
( |
) | |
const |
|
inherited |
Returns the message and call stack present when the exception object was created, formatted using newlines.
On Linux, to obtain function names, remember to link with the -rdynamic flag
| std::vector<CL_String> CL_Exception::get_stack_trace |
( |
) | |
const |
|
inherited |
Returns the call stack present when the exception object was created.
On Linux, to obtain function names, remember to link with the -rdynamic flag
| virtual const char* CL_Exception::what |
( |
) | |
const |
| throw | ( | |
| ) | | |
|
virtualinherited |
Returns description of exception.
Description of exception.
The documentation for this class was generated from the following file: