Argument parser exception thrown when an incorrect argument is given as (positional) option value. More...
#include <seqan3/argument_parser/exceptions.hpp>
Public Member Functions | |
user_input_error (std::string const &s) | |
The constructor. More... | |
![]() | |
argument_parser_error (std::string const &s) | |
The constructor. More... | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
Argument parser exception thrown when an incorrect argument is given as (positional) option value.
|
no-apiinline |
The constructor.
[in] | s | The error message. |