|
| | FileIOError (const std::filesystem::path &file, const Operation &operation) |
| | Construct from a path and an operation.
|
| |
|
| FileIOError (const FileIOError &)=default |
| | Copy constructor.
|
| |
|
| FileIOError (FileIOError &&) noexcept=default |
| | Move constructor.
|
| |
|
FileIOError & | operator= (const FileIOError &)=default |
| | Copy assignment.
|
| |
|
FileIOError & | operator= (FileIOError &&)=default |
| | Move assignment.
|
| |
|
| ~FileIOError () noexcept override=default |
| | Destructor.
|
| |
| | Exception (const std::string &message) |
| | Construct from a message.
|
| |
|
| Exception (const Exception &)=default |
| | Copy constructor.
|
| |
|
| Exception (Exception &&) noexcept=default |
| | Move constructor.
|
| |
|
Exception & | operator= (const Exception &)=default |
| | Copy assignment.
|
| |
|
Exception & | operator= (Exception &&) noexcept=default |
| | Move assignment.
|
| |
|
virtual | ~Exception () noexcept override=default |
| | Destructor.
|
| |
A file could not be opened for read or write.