|
cartobase 6.0.6
|
Exceptions thrown during file manipulation. More...
#include <cartobase/exception/file.h>


Public Member Functions | |
Constructors, destructor | |
| 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__)) | |
| virtual | ~file_error () throw () |
Data access | |
| const char * | filename () const |
Public Member Functions inherited from carto::errno_error | |
| int | thrown_errno () const |
| errno_error () | |
| Memorize the value of "errno" when thrown. | |
| virtual | ~errno_error () throw () |
Additional Inherited Members | |
| errno_error (const std::string &what_arg) | |
| For use by derived classes only! | |
| carto::file_error::file_error | ( | const std::string & | filename_arg | ) |
Only use this version.
| filename_arg | name of the file |
| carto::file_error::file_error | ( | const std::string & | what_arg, |
| const std::string & | filename_arg ) |
References __deprecated__.
|
virtual | ||||||||||||
| const char * carto::file_error::filename | ( | ) | const |
References filename().
Referenced by filename().