16SEQAN3_DEPRECATED_HEADER(
"This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
Argument parser exception that is thrown whenever there is an error while parsing the command line ar...
Definition exceptions.hpp:39
argument_parser_error(std::string const &s)
The constructor.
Definition exceptions.hpp:44
Argument parser exception that is thrown whenever there is an design error directed at the developer ...
Definition exceptions.hpp:150
design_error(std::string const &s)
The constructor.
Definition exceptions.hpp:155
Argument parser exception thrown when a non-list option is declared multiple times.
Definition exceptions.hpp:104
option_declared_multiple_times(std::string const &s)
The constructor.
Definition exceptions.hpp:109
Argument parser exception thrown when a required option is missing.
Definition exceptions.hpp:91
required_option_missing(std::string const &s)
The constructor.
Definition exceptions.hpp:96
Argument parser exception thrown when too few arguments are provided.
Definition exceptions.hpp:78
too_few_arguments(std::string const &s)
The constructor.
Definition exceptions.hpp:83
Argument parser exception thrown when too many arguments are provided.
Definition exceptions.hpp:65
too_many_arguments(std::string const &s)
The constructor.
Definition exceptions.hpp:70
Argument parser exception thrown when encountering unknown option.
Definition exceptions.hpp:52
unknown_option(std::string const &s)
The constructor.
Definition exceptions.hpp:57
Argument parser exception thrown when an argument could not be casted to the according type.
Definition exceptions.hpp:130
validation_error(std::string const &s)
The constructor.
Definition exceptions.hpp:135
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
SeqAn specific customisations in the standard namespace.