#include <Exception.hpp>

Public Member Functions | |
| FileIoException (std::string msg=std::string("FileIoException: An exception has ocurred!")) | |
An exception which is thrown because of a file related error. Most prominently these are failed attempts to open a file for reading or writing.
| imaging::FileIoException::FileIoException | ( | std::string | msg = std::string("FileIoException: An exception has ocurred!") |
) | [inline] |
Constructor. The user can pass a custom error message.
1.5.5