antioch-0.4.0
|
A class representing a failed attempt by the library to open a file (or construct an fstream, etc), to be thrown by "antioch_file_error(filename);" For ease of debugging, "filename" should include any (absolute or relative or implicit) pathname that was part of the failed open. More...
#include <antioch_exceptions.h>
Public Member Functions | |
FileError (const std::string &filename) | |
A class representing a failed attempt by the library to open a file (or construct an fstream, etc), to be thrown by "antioch_file_error(filename);" For ease of debugging, "filename" should include any (absolute or relative or implicit) pathname that was part of the failed open.
Definition at line 64 of file antioch_exceptions.h.
|
inline |
Definition at line 67 of file antioch_exceptions.h.