#include <Common.h>
Most probably this exception is throw when you try to read a file that you don't have the access rights to read from or want to write to a file that you are not allowed to write to.
Public Member Functions | |
| file_error (const std::string &sString) | |
| The constructor of a file_error exception. | |
| Arxx::file_error::file_error | ( | const std::string & | sString | ) |
The constructor of a file_error exception.
| sString | A string with further information for this exception. |
1.4.7