SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Thrown if the configuration of the alignment algorithm is invalid. More...
#include <seqan3/alignment/exception.hpp>
Public Member Functions | |
invalid_alignment_configuration (std::string const &s) | |
The constructor. | |
![]() | |
T | invalid_argument (T... args) |
T | what (T... args) |
Thrown if the configuration of the alignment algorithm is invalid.
|
no-apiinline |
The constructor.
[in] | s | The error message. |