![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
Gets thrown when a parameter is of a type that does not match the required type, and is not convertible to it. More...
#include <HazelnuppException.h>
Public Member Functions | |
HazelnuppConstraintTypeMissmatch () | |
HazelnuppConstraintTypeMissmatch (const std::string &msg) | |
HazelnuppConstraintTypeMissmatch (const std::string &key, const DATA_TYPE requiredType, const DATA_TYPE actualType, const std::string ¶mDescription="") | |
![]() | |
HazelnuppConstraintException () | |
HazelnuppConstraintException (const std::string &msg) | |
![]() | |
HazelnuppException () | |
HazelnuppException (const std::string &msg) | |
const std::string & | What () const |
Will return an error message. More... | |
Additional Inherited Members | |
![]() | |
std::string | message |
Gets thrown when a parameter is of a type that does not match the required type, and is not convertible to it.
Definition at line 56 of file HazelnuppException.h.
|
inline |
Definition at line 59 of file HazelnuppException.h.
|
inline |
Definition at line 60 of file HazelnuppException.h.
|
inline |
Definition at line 62 of file HazelnuppException.h.