#include <genesis/utils/core/exception.hpp>
Inherits Exception.
Inherited by ExistingFileError, and GzipError.
Exception class for general input/output errors.
Definition at line 79 of file exception.hpp.
|
| IOError (std::string const &message) |
|
| IOError (std::string const &message, std::string const &filename) |
|
std::string const & | filename () const |
|
| Exception (std::string const &message) |
|
char const * | what () const noexcept override |
|
◆ IOError() [1/2]
IOError |
( |
std::string const & |
message | ) |
|
|
inline |
◆ IOError() [2/2]
IOError |
( |
std::string const & |
message, |
|
|
std::string const & |
filename |
|
) |
| |
|
inline |
◆ filename()
std::string const& filename |
( |
| ) |
const |
|
inline |
◆ filename_
The documentation for this class was generated from the following file: