SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::validation_error 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::validation_error:

Public Member Functions

 validation_error (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

◆ validation_error()

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

The constructor.

Parameters
[in]sThe error message.

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