An exception that is thrown when an entry being looked up in the hash table is not present in it. More...
#include <hash_not_found_exception.h>
Public Member Functions | |
HashNotFoundException (const std::string &nameIn, PageId pageNoIn) | |
virtual const std::string & | message () const |
virtual const char * | what () const throw () |
Protected Attributes | |
const std::string & | name |
const PageId | pageNo |
std::string | message_ |
An exception that is thrown when an entry being looked up in the hash table is not present in it.
Definition at line 20 of file hash_not_found_exception.h.
|
explicit |
Constructs a hash not found exception for the given file.
Definition at line 15 of file hash_not_found_exception.cpp.
|
inlinevirtualinherited |
Returns a message describing the problem that caused this exception.
Definition at line 38 of file badgerdb_exception.h.
|
inlinevirtualinherited |
Returns a description of the exception.
Definition at line 45 of file badgerdb_exception.h.
|
protectedinherited |
Message describing the problem that caused this exception.
Definition at line 64 of file badgerdb_exception.h.
|
protected |
Name of file that caused this exception.
Definition at line 31 of file hash_not_found_exception.h.
|
protected |
Page number in file
Definition at line 36 of file hash_not_found_exception.h.