SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
seqan3::user_input_error Class Reference

Argument parser exception thrown when an incorrect argument is given as (positional) option value. More...

#include <seqan3/argument_parser/exceptions.hpp>

+ Inheritance diagram for seqan3::user_input_error:

Public Member Functions

 user_input_error (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 an incorrect argument is given as (positional) option value.

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

Constructor & Destructor Documentation

◆ user_input_error()

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

The constructor.

Parameters
[in]sThe error message.

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