SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Thrown if there is a parse error, such as reading an unexpected character from an input stream. More...
#include <seqan3/io/exception.hpp>
Public Member Functions | |
parse_error (std::string const &s) | |
Constructor that forwards the exception string. | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
Thrown if there is a parse error, such as reading an unexpected character from an input stream.