#include <optparse.h>
Public Member Functions | |
OptionError (std::string option, std::string error_msg) | |
virtual | ~OptionError () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | msg_ |
Definition at line 77 of file optparse.h.
optparse::OptionError::OptionError | ( | std::string | option, | |
std::string | error_msg | |||
) | [inline] |
virtual optparse::OptionError::~OptionError | ( | ) | throw () [inline, virtual] |
Definition at line 85 of file optparse.h.
virtual const char* optparse::OptionError::what | ( | ) | const throw () [inline, virtual] |
Human-readable error message.
Definition at line 90 of file optparse.h.
References msg_.
std::string optparse::OptionError::msg_ [protected] |