 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Argument parser exception thrown when a non-list option is declared multiple times.
Definition: exceptions.hpp:87
parser_design_error(std::string const &s)
The constructor.
Definition: exceptions.hpp:142
type_conversion_failed(std::string const &s)
The constructor.
Definition: exceptions.hpp:103
Argument parser exception thrown when encountering unknown option.
Definition: exceptions.hpp:47
parser_invalid_argument(std::string const &s)
The constructor.
Definition: exceptions.hpp:43
validation_failed(std::string const &s)
The constructor.
Definition: exceptions.hpp:123
too_few_arguments(std::string const &s)
The constructor.
Definition: exceptions.hpp:73
option_declared_multiple_times(std::string const &s)
The constructor.
Definition: exceptions.hpp:93
Argument parser exception thrown when too few arguments are provided.
Definition: exceptions.hpp:67
Argument parser exception thrown when a required option is missing.
Definition: exceptions.hpp:77
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36
unknown_option(std::string const &s)
The constructor.
Definition: exceptions.hpp:53
too_many_arguments(std::string const &s)
The constructor.
Definition: exceptions.hpp:63
overflow_error_on_conversion(std::string const &s)
The constructor.
Definition: exceptions.hpp:113
Argument parser exception that is thrown whenever there is an design error directed at the developer ...
Definition: exceptions.hpp:136
required_option_missing(std::string const &s)
The constructor.
Definition: exceptions.hpp:83
SeqAn specific customisations in the standard namespace.
Argument parser exception that is thrown whenever there is an error while parsing the command line ar...
Definition: exceptions.hpp:37
Argument parser exception thrown when an argument could not be casted to the according type.
Definition: exceptions.hpp:97
Argument parser exception thrown when an argument could not be casted to the according type.
Definition: exceptions.hpp:117
Argument parser exception thrown when an argument could not be casted to the according type.
Definition: exceptions.hpp:107
Argument parser exception thrown when too many arguments are provided.
Definition: exceptions.hpp:57