![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
#include <stdexcept>

Go to the source code of this file.
Classes | |
| class | HazelnuppException |
| Generic hazelnupp exception. More... | |
| class | HazelnuppInvalidKeyException |
| Gets thrown when an non-existent key gets dereferenced. More... | |
| class | HazelnuppValueNotConvertibleException |
| Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible. More... | |
| class | HazelnuppConstraintException |
| Gets thrown something bad happens because of parameter constraints. More... | |
| class | HazelnuppConstraintTypeMissmatch |
| Gets thrown when a parameter is of a type that does not match the required type, and is not convertible to it. More... | |
| class | HazelnuppConstraintMissingValue |
| Gets thrown when a parameter constrained to be required is not provided, and has no default value set. More... | |
1.8.17