Thrown if the configuration of the alignment algorithm is invalid. More...
#include <seqan3/alignment/exception.hpp>
Inheritance diagram for seqan3::invalid_alignment_configuration:Public Member Functions | |
| invalid_alignment_configuration (std::string const &s) | |
| The constructor. More... | |
| T | what (T... args) |
Thrown if the configuration of the alignment algorithm is invalid.
|
inline |
The constructor.
| [in] | s | The error message. |