Argument parser exception that is thrown whenever there is an error while parsing the command line arguments. More...
#include <seqan3/argument_parser/exceptions.hpp>
Inheritance diagram for seqan3::argument_parser_error:Public Member Functions | |
| argument_parser_error (std::string const &s) | |
| The constructor. More... | |
| T | what (T... args) |
Argument parser exception that is thrown whenever there is an error while parsing the command line arguments.
Errors caught by the argument_parser:
|
inline |
The constructor.
| [in] | s | The error message. |