Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
Classes | Namespaces
HazelnuppException.h File Reference
#include <stdexcept>
#include <string>
#include <sstream>
#include "DataType.h"
Include dependency graph for HazelnuppException.h:
This graph shows which files directly or indirectly include this file:

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