palimpsest v3.0.0
|
Requested dictionary key is not found. More...
#include <KeyError.h>
Public Member Functions | |
KeyError (const std::string &key, const std::string &file, unsigned line, const std::string &message) | |
Create a key error. More... | |
~KeyError () throw () | |
Empty destructor. More... | |
const std::string & | key () const throw () |
Key that was not found. More... | |
![]() | |
PalimpsestError (const std::string &file, unsigned line, const std::string &message) | |
Create a new error. More... | |
PalimpsestError (const PalimpsestError &other, const std::string &extra_message) | |
Copy an existing error, adding to the error message. More... | |
~PalimpsestError () throw () | |
Empty destructor. More... | |
const char * | what () const throw () |
Error message. More... | |
Requested dictionary key is not found.
Definition at line 13 of file KeyError.h.
|
inline |
Create a key error.
[in] | key | Key that was not found. |
[in] | file | Source file of the instruction that threw the error. |
[in] | line | Line of code in that file where the throw originates from. |
[in] | message | Error message. |
Definition at line 22 of file KeyError.h.
|
inline |
Empty destructor.
Definition at line 30 of file KeyError.h.
|
inline |
Key that was not found.
Definition at line 33 of file KeyError.h.