SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::format_error Struct Reference

Thrown if information given to output format didn't match expectations. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::format_error:

Public Member Functions

 format_error (std::string const &s)
 Constructor that forwards the exception string.
 
- Public Member Functions inherited from std::invalid_argument
invalid_argument (T... args)
 
what (T... args)
 

Detailed Description

Thrown if information given to output format didn't match expectations.


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