An exception typically thrown by bio::alphabet::assign_char_strict. More...
#include <bio/alphabet/exception.hpp>
Inheritance diagram for bio::alphabet::invalid_char_assignment:Public Member Functions | |
| invalid_char_assignment (std::string const &type_name, char const wrong_char) | |
| Constructor that takes the type name and the failed character as arguments. | |
| invalid_char_assignment (std::string const &type_name, std::convertible_to< char > auto 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. | |
| T | what (T... args) |
An exception typically thrown by bio::alphabet::assign_char_strict.