 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Argument parser exception thrown when a non-list option is declared multiple times.
Definition: exceptions.hpp:99
parser_design_error(std::string const &s)
The constructor.
Definition: exceptions.hpp:187
type_conversion_failed(std::string const &s)
The constructor.
Definition: exceptions.hpp:115
Argument parser exception thrown when encountering unknown option.
Definition: exceptions.hpp:59
parser_invalid_argument(std::string const &s)
The constructor.
Definition: exceptions.hpp:30
validation_failed(std::string const &s)
The constructor.
Definition: exceptions.hpp:157
too_few_arguments(std::string const &s)
The constructor.
Definition: exceptions.hpp:84
option_declared_multiple_times(std::string const &s)
The constructor.
Definition: exceptions.hpp:104
Argument parser exception thrown when too few arguments are provided.
Definition: exceptions.hpp:79
Argument parser exception thrown when a required option is missing.
Definition: exceptions.hpp:89
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
unknown_option(std::string const &s)
The constructor.
Definition: exceptions.hpp:64
too_many_arguments(std::string const &s)
The constructor.
Definition: exceptions.hpp:74
overflow_error_on_conversion(std::string const &s)
The constructor.
Definition: exceptions.hpp:126
This class is deprecated.
Definition: exceptions.hpp:182
design_error(std::string const &s)
The constructor.
Definition: exceptions.hpp:176
validation_error(std::string const &s)
The constructor.
Definition: exceptions.hpp:146
Argument parser exception thrown when an argument could not be casted to the according type.
Definition: exceptions.hpp:141
required_option_missing(std::string const &s)
The constructor.
Definition: exceptions.hpp:94
SeqAn specific customisations in the standard namespace.
This class is deprecated.
Definition: exceptions.hpp:25
Argument parser exception that is thrown whenever there is an error while parsing the command line ar...
Definition: exceptions.hpp:49
This class is deprecated.
Definition: exceptions.hpp:110
argument_parser_error(std::string const &s)
The constructor.
Definition: exceptions.hpp:54
This class is deprecated.
Definition: exceptions.hpp:152
This class is deprecated.
Definition: exceptions.hpp:121
Argument parser exception that is thrown whenever there is an design error directed at the developer ...
Definition: exceptions.hpp:171
Argument parser exception thrown when too many arguments are provided.
Definition: exceptions.hpp:69