Regina 7.3 Calculation Engine
|
An exception thrown when trying to access data from the filesystem. More...
#include <utilities/exception.h>
Public Member Functions | |
FileError (const std::string &msg) | |
FileError (const char *msg) | |
FileError (const FileError &) noexcept=default | |
FileError & | operator= (const FileError &) noexcept=default |
An exception thrown when trying to access data from the filesystem.
This could occur, for instance, when trying to read data from the Regina or SnapPea census databases.
All member functions follow the same pattern as the parent class ReginaException, and are not documented again here.