antioch-0.4.0
List of all members | Public Member Functions
Antioch::FileError Class Reference

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>

Inheritance diagram for Antioch::FileError:

Public Member Functions

 FileError (const std::string &filename)
 

Detailed Description

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.

Constructor & Destructor Documentation

Antioch::FileError::FileError ( const std::string &  filename)
inline

Definition at line 67 of file antioch_exceptions.h.

67 : std::runtime_error( "Error accessing file: " + filename ) {}

The documentation for this class was generated from the following file:

Generated on Thu Jul 7 2016 11:09:49 for antioch-0.4.0 by  doxygen 1.8.8