|
ADTF File Library
|
Indicates a file access error. platform dependent errors can be obtained via code(). More...
#include <file.h>
Public Member Functions | |
| ErrorFileAccess (const std::string &what) | |
| CTOR for file access errors with no error code! | |
| ErrorFileAccess (int system_error_code, const std::string &what) | |
| CTOR for file access errors. | |
Indicates a file access error. platform dependent errors can be obtained via code().
| utils5ext::exceptions::ErrorFileAccess::ErrorFileAccess | ( | const std::string & | what | ) |
CTOR for file access errors with no error code!
| what | exception message. |
| utils5ext::exceptions::ErrorFileAccess::ErrorFileAccess | ( | int | system_error_code, |
| const std::string & | what ) |
CTOR for file access errors.
| system_error_code | the platform specific error code |
| what | exception message. |