35 #ifndef CARTOBASE_EXCEPTION_FILE_H
36 #define CARTOBASE_EXCEPTION_FILE_H
76 file_error(
const std::string& what_arg,
const std::string& filename_arg )
90 const
char* filename() const;
104 static std::
string init( const std::
string& filename_arg );
114 const std::
string _filename;
#define __deprecated__(msg)
System exceptions memorize the value of errno.
Exceptions thrown during file manipulation.
file_error(const std::string &filename_arg)
Only use this version.
file_error(const std::string &what_arg, const std::string &filename_arg) __attribute__((__deprecated__))