 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Thrown if there is no format that accepts a given file extension.
Definition: exception.hpp:31
io_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:63
unhandled_extension_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:34
Thrown if there is an io error in low level io operations such as in std::basic_streambuf operations.
Definition: exception.hpp:55
io_error(std::string const &s, std::error_code const &ec)
Constructor that forwards the exception string.
Definition: exception.hpp:58
parse_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:50
Thrown if there is a parse error, such as reading an unexpected character from an input stream.
Definition: exception.hpp:47
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36
SeqAn specific customisations in the standard namespace.
Thrown if there is an unspecified filesystem or stream error while opening, e.g. permission problem.
Definition: exception.hpp:39
file_open_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:42