SeqAn3
seqan3::overflow_error_on_conversion 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::overflow_error_on_conversion:
[legend]

Public Member Functions

 overflow_error_on_conversion (std::string const &s)
 The constructor. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ overflow_error_on_conversion()

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

The constructor.

Parameters
[in]sThe error message.

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