|
Sharg 1.2.0-rc.2
The argument parser for bio-c++ tools.
|
Parser exception that is thrown whenever there is an error while parsing the command line arguments. More...
#include <sharg/exceptions.hpp>
Inheritance diagram for sharg::parser_error:Public Member Functions | |
| 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 that is thrown whenever there is an error while parsing the command line arguments.
Errors caught by the parser:
|
inline |
The constructor.
| [in] | s | The error message. |