SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::parse_error Struct Reference

Thrown if there is a parse error, such as reading an unexpected character from an input stream. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::parse_error:

Public Member Functions

 parse_error (std::string const &s)
 Constructor that forwards the exception string.
 
what (T... args)
 

Detailed Description

Thrown if there is a parse error, such as reading an unexpected character from an input stream.


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