![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Hazelnp::HazelnuppException |
Generic hazelnupp exception. More... | |
class | Hazelnp::HazelnuppInvalidKeyException |
Gets thrown when an non-existent key gets dereferenced. More... | |
class | Hazelnp::HazelnuppValueNotConvertibleException |
Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible. More... | |
class | Hazelnp::HazelnuppConstraintException |
Gets thrown something bad happens because of parameter constraints. More... | |
class | Hazelnp::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 | Hazelnp::HazelnuppConstraintMissingValue |
Gets thrown when a parameter constrained to be required is not provided, and has no default value set. More... | |
Namespaces | |
Hazelnp | |