palimpsest v3.0.0
|
Requested type doesn't match the one already in the dictionary. More...
#include <TypeError.h>
Public Member Functions | |
TypeError (const std::string &file, unsigned line, const std::string &message) | |
Create a type error. More... | |
TypeError (const TypeError &other, const std::string &extra_message) | |
Copy an existing error, adding to the error message. More... | |
~TypeError () throw () | |
Empty destructor. 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 type doesn't match the one already in the dictionary.
Definition at line 13 of file TypeError.h.
|
inline |
Create a type error.
[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 21 of file TypeError.h.
|
inline |
Copy an existing error, adding to the error message.
[in] | other | Existing error. |
[in] | extra_message | Additional error message. |
Definition at line 29 of file TypeError.h.
|
inline |
Empty destructor.
Definition at line 33 of file TypeError.h.