57 #if SEQAN3_WORKAROUND_GCC_NO_CXX11_ABI
60 using base_t = std::ios_base::failure;
64 explicit io_error(std::string const & s, std::error_code const & ec = std::io_errc::stream)
65 : std::ios_base::failure{s, ec}
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
SeqAn specific customisations in the standard namespace.
Definition: affine_cell_proxy.hpp:438
Thrown if there is an unspecified filesystem or stream error while opening, e.g. permission problem.
Definition: exception.hpp:40
file_open_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:42
Thrown if there is an io error in low level io operations such as in std::basic_streambuf operations.
Definition: exception.hpp:56
Thrown if there is a parse error, such as reading an unexpected character from an input stream.
Definition: exception.hpp:48
parse_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:50
Thrown if there is no format that accepts a given file extension.
Definition: exception.hpp:32
unhandled_extension_error(std::string const &s)
Constructor that forwards the exception string.
Definition: exception.hpp:34