Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Parser exception that is thrown whenever there is an design error directed at the developer of the application (e.g. Reuse of option). More...
#include <sharg/exceptions.hpp>
Public Member Functions | |
design_error (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 that is thrown whenever there is an design error directed at the developer of the application (e.g. Reuse of option).
Errors caught by the parser:
|
inline |
The constructor.
[in] | s | The error message. |