DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
CppUtils::Files::FileNotFound Class Reference

#include <fileExceptions.hpp>

Inheritance diagram for CppUtils::Files::FileNotFound:
CppUtils::Errors::FatalException

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.
 

Detailed Description

An exception class used specifically for the file handling libraries when the requested file can not be found.

Constructor & Destructor Documentation

◆ FileNotFound()

CppUtils::Files::FileNotFound::FileNotFound ( const std::string & programName_,
const std::string & fileName_,
std::size_t lineNumber_ )
inline

The documentation for this class was generated from the following file: