SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
Argument parser exception that is thrown whenever there is an design error directed at the developer of the application (e.g. Reuse of option). More...
#include <seqan3/argument_parser/exceptions.hpp>
Public Member Functions | |
design_error (std::string const &s) | |
The constructor. | |
Public Member Functions inherited from seqan3::argument_parser_error | |
argument_parser_error (std::string const &s) | |
The constructor. | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Argument parser exception that is thrown whenever there is an design error directed at the developer of the application (e.g. Reuse of option).
Errors caught by the argument_parser:
|
inline |
The constructor.
[in] | s | The error message. |