SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
seqan3::file_open_error Struct Reference

Thrown if there is an unspecified filesystem or stream error while opening, e.g. permission problem. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::file_open_error:

Public Member Functions

 file_open_error (std::string const &s)
 Constructor that forwards the exception string.
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Detailed Descriptionno-api

Thrown if there is an unspecified filesystem or stream error while opening, e.g. permission problem.


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