|
Sharg 1.2.1-rc.1
The argument parser for bio-c++ tools.
|
Parser exception thrown when too few arguments are provided. More...
#include <sharg/exceptions.hpp>
Inheritance diagram for sharg::too_few_arguments:Public Member Functions | |
| too_few_arguments (std::string const &s) | |
| The constructor. | |
Public Member Functions inherited from sharg::parser_error | |
| parser_error (std::string const &s) | |
| The constructor. | |
Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
Parser exception thrown when too few arguments are provided.
|
inline |
The constructor.
| [in] | s | The error message. |