SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::unknown_option Class Reference

Argument parser exception thrown when encountering unknown option. More...

#include <seqan3/argument_parser/exceptions.hpp>

+ Inheritance diagram for seqan3::unknown_option:

Public Member Functions

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

Detailed Description

Argument parser exception thrown when encountering unknown option.

Constructor & Destructor Documentation

◆ unknown_option()

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

The constructor.

Parameters
[in]sThe error message.

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