![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
Gets thrown when a parameter constrained to be required is not provided, and has no default value set. More...
#include <HazelnuppException.h>


Public Member Functions | |
| HazelnuppConstraintMissingValue () | |
| HazelnuppConstraintMissingValue (const std::string &key, const std::string ¶mDescription="") | |
Public Member Functions inherited from Hazelnp::HazelnuppConstraintException | |
| HazelnuppConstraintException () | |
| HazelnuppConstraintException (const std::string &msg) | |
Public Member Functions inherited from Hazelnp::HazelnuppException | |
| HazelnuppException () | |
| HazelnuppException (const std::string &msg) | |
| const std::string & | What () const |
| Will return an error message. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Hazelnp::HazelnuppException | |
| std::string | message |
Gets thrown when a parameter constrained to be required is not provided, and has no default value set.
Definition at line 80 of file HazelnuppException.h.
|
inline |
Definition at line 83 of file HazelnuppException.h.
|
inline |
Definition at line 84 of file HazelnuppException.h.
1.8.17