|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
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. | |
Public Member Functions inherited from std::invalid_argument | |
| T | invalid_argument (T... args) |
| T | what (T... args) |
Thrown if the configuration of the alignment algorithm is invalid.
|
inline |
The constructor.
| [in] | s | The error message. |