defines fetch error exception
More...
#include <image_fetcher.hpp>
|
| fetch_error (const std::string &_Message, const std::string &_File, size_t _Line, const std::string &_Func) |
|
| fetch_error (const char *_Message, const char *_File, size_t _Line, char *_Func) |
|
| ~fetch_error () throw () |
|
const char * | what () const throw () |
|
defines fetch error exception
auxiliary::fetch_error::fetch_error |
( |
const std::string & |
_Message, |
|
|
const std::string & |
_File, |
|
|
size_t |
_Line, |
|
|
const std::string & |
_Func |
|
) |
| |
|
inlineexplicit |
auxiliary::fetch_error::fetch_error |
( |
const char * |
_Message, |
|
|
const char * |
_File, |
|
|
size_t |
_Line, |
|
|
char * |
_Func |
|
) |
| |
|
inlineexplicit |
auxiliary::fetch_error::~fetch_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
const char* auxiliary::fetch_error::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: