SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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.
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
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:
Hide me