SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
An exception typically thrown by seqan3::alphabet::assign_char_strict. More...
#include <seqan3/alphabet/exception.hpp>
Public Member Functions | |
invalid_char_assignment (std::string const &type_name, char const wrong_char) | |
template<std::convertible_to< char > char_t> | |
invalid_char_assignment (std::string const &type_name, char_t const wrong_char) | |
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. | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
An exception typically thrown by seqan3::alphabet::assign_char_strict.
|
inline |
Constructor that takes the type name and the failed character as arguments.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.