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

An exception typically thrown by seqan3::alphabet::assign_char_strict. More...

#include <seqan3/alphabet/exception.hpp>

+ Inheritance diagram for seqan3::invalid_char_assignment:

Public Member Functions

 invalid_char_assignment (std::string const &type_name, char const wrong_char)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<std::convertible_to< char > char_t>
 invalid_char_assignment (std::string const &type_name, char_t const wrong_char)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
 invalid_char_assignment (std::string const &type_name, std::string const &wrong_char)
 Constructor that takes the type name and the failed character as arguments.
 
what (T... args)
 

Detailed Description

An exception typically thrown by seqan3::alphabet::assign_char_strict.


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