SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::type_conversion_failed Class Reference

Argument parser exception thrown when an argument could not be casted to the according type. More...

#include <seqan3/argument_parser/exceptions.hpp>

+ Inheritance diagram for seqan3::type_conversion_failed:

Public Member Functions

 type_conversion_failed (std::string const &s)
 The constructor. More...
 
what (T... args)
 

Detailed Description

Argument parser exception thrown when an argument could not be casted to the according type.

Constructor & Destructor Documentation

◆ type_conversion_failed()

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

The constructor.

Parameters
[in]sThe error message.

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