fawkes::MissingArgumentException Class Reference
Thrown if required argument was missing. More...
#include <argparser.h>
Inheritance diagram for fawkes::MissingArgumentException:

Public Member Functions | |
| MissingArgumentException (char c) | |
| Constructor. | |
Detailed Description
Thrown if required argument was missing.
Definition at line 53 of file argparser.h.
Constructor & Destructor Documentation
| fawkes::MissingArgumentException::MissingArgumentException | ( | char | c | ) | [inline] |
Constructor.
- Parameters:
-
c option with missing argument
Definition at line 59 of file argparser.h.
References fawkes::Exception::append().
The documentation for this class was generated from the following file:
- src/libs/utils/system/argparser.h

