Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
Public Member Functions | List of all members
HazelnuppInvalidKeyException Class Reference

Gets thrown when an non-existent key gets dereferenced. More...

#include <HazelnuppException.h>

Inheritance diagram for HazelnuppInvalidKeyException:
Inheritance graph
[legend]
Collaboration diagram for HazelnuppInvalidKeyException:
Collaboration graph
[legend]

Public Member Functions

 HazelnuppInvalidKeyException ()
 
 HazelnuppInvalidKeyException (const std::string &msg)
 
- Public Member Functions inherited from 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 HazelnuppException
std::string message
 

Detailed Description

Gets thrown when an non-existent key gets dereferenced.

Definition at line 24 of file HazelnuppException.h.

Constructor & Destructor Documentation

◆ HazelnuppInvalidKeyException() [1/2]

HazelnuppInvalidKeyException::HazelnuppInvalidKeyException ( )
inline

Definition at line 27 of file HazelnuppException.h.

27 : HazelnuppException() {};

◆ HazelnuppInvalidKeyException() [2/2]

HazelnuppInvalidKeyException::HazelnuppInvalidKeyException ( const std::string &  msg)
inline

Definition at line 28 of file HazelnuppException.h.

28 : HazelnuppException(msg) {};

The documentation for this class was generated from the following file:
HazelnuppException::HazelnuppException
HazelnuppException()
Definition: HazelnuppException.h:9