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... | |
| T | what (T... args) |
Argument parser exception thrown when an argument could not be casted to the according type.
|
inline |
The constructor.
| [in] | s | The error message. |