Fairport
v1.0.38
|
The requested key was not found. More...
#include <errors.h>
Public Member Functions | |
key_not_found (const K &k) | |
virtual | ~key_not_found () throw () |
const char * | what () const throw () |
const K & | which () const |
Returns the key which was not found. |
The requested key was not found.
K | The key type |
fairport::key_not_found< K >::key_not_found | ( | const K & | k | ) | [inline, explicit] |
virtual fairport::key_not_found< K >::~key_not_found | ( | ) | throw () [inline, virtual] |
const char* fairport::key_not_found< K >::what | ( | ) | const throw () [inline] |
const K& fairport::key_not_found< K >::which | ( | ) | const [inline] |