#include <util/exception.h>
|
| exception (const std::string &what="vistle error") |
|
virtual | ~exception () throw () |
|
virtual const char * | what () const throw () |
|
virtual const char * | info () const throw () |
|
virtual const char * | where () const throw () |
|
◆ exception()
vistle::except::exception::exception |
( |
const std::string & |
what = "vistle error" | ) |
|
◆ ~exception()
vistle::except::exception::~exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ info()
const char * vistle::except::exception::info |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ what()
const char * vistle::except::exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ where()
const char * vistle::except::exception::where |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ m_info
std::string vistle::except::exception::m_info |
|
protected |
The documentation for this class was generated from the following files: