#include <ex.hpp>
Граф наследования:ex_t:
sample/app_recovery/main.cpp, sample/file_archive_2/main.cpp, sample/subextension.auto_ptr/main.cpp и sample/subextension/main.cpp.
Открытые члены | |
ex_t (const err_code_t &err) | |
ex_t (const ex_t &x) | |
ex_t & | operator= (const ex_t &x) |
const err_code_t & | query_err_code () const |
virtual const char * | what () const throw () |
Закрытые члены | |
void | make_text_representation () throw () |
Закрытые данные | |
err_code_t | m_err |
std::string | m_text_representation |
void make_text_representation | ( | ) | throw () [private] |
Создание текстового представления для what().
const char * what | ( | ) | const throw () [virtual] |
Описание исключения. Для совместимости с STL исключениями.
std::string m_text_representation [private] |
Текстовое описание иключения для метода what().