|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Argument parser exception thrown when an incorrect argument is given as (positional) option value. More...
#include <seqan3/argument_parser/exceptions.hpp>
Inheritance diagram for seqan3::user_input_error:Public Member Functions | |
| user_input_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 thrown when an incorrect argument is given as (positional) option value.
|
inline |
The constructor.
| [in] | s | The error message. |