SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::option_declared_multiple_times Class Reference

Argument parser exception thrown when a non-list option is declared multiple times. More...

#include <seqan3/argument_parser/exceptions.hpp>

+ Inheritance diagram for seqan3::option_declared_multiple_times:

Public Member Functions

 option_declared_multiple_times (std::string const &s)
 The constructor.
 
- Public Member Functions inherited from seqan3::argument_parser_error
 argument_parser_error (std::string const &s)
 The constructor.
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Detailed Description

Argument parser exception thrown when a non-list option is declared multiple times.

Remarks
For a complete overview, take a look at Argument Parser

Constructor & Destructor Documentation

◆ option_declared_multiple_times()

seqan3::option_declared_multiple_times::option_declared_multiple_times ( std::string const &  s)
inline

The constructor.

Parameters
[in]sThe error message.

The documentation for this class was generated from the following file:
Hide me