#include <exceptions.hh>
Public Member Functions | |
not_found (std::string const &file_) | |
char const * | what () throw () |
~not_found () throw () | |
Public Attributes | |
std::string const | file |
Definition at line 9 of file exceptions.hh.
utilmm::not_found::not_found | ( | std::string const & | file_ | ) | [inline] |
Definition at line 13 of file exceptions.hh.
utilmm::not_found::~not_found | ( | ) | throw () [inline] |
Definition at line 15 of file exceptions.hh.
char const* utilmm::not_found::what | ( | ) | throw () [inline] |
Definition at line 17 of file exceptions.hh.
std::string const utilmm::not_found::file |
Definition at line 11 of file exceptions.hh.