|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include <fileExceptions.hpp>
Public Member Functions | |
| FileNotFound (const std::string &programName_, const std::string &fileName_, std::size_t lineNumber_) | |
Public Member Functions inherited from CppUtils::Errors::FatalException | |
| FatalException (const ErrorMessage &error_) | |
| void | handleErrorWithMessage () const |
| Delegate our exception handling to the error handling classes. | |
An exception class used specifically for the file handling libraries when the requested file can not be found.
|
inline |