8 #include "hash_already_present_exception.h"
18 ss <<
"Entry corresponding to the hash value of file:" <<
name <<
"page:" <<
pageNo <<
"is already present in the hash table.";
Base class for all BadgerDB-specific exceptions.
std::uint32_t FrameId
Identifier for a frame in buffer pool.
std::uint32_t PageId
Identifier for a page in a file.
HashAlreadyPresentException(const std::string &nameIn, PageId pageNoIn, FrameId frameNoIn)