12 #include "wiscdb_exception.h" 13 #include "include/types.h" SlotInUseException(const PageId page_num, const SlotId slot_num)
const PageId page_number_
std::uint16_t SlotId
Identifier for a slot in a page.
virtual SlotId slot_number() const
An exception that is thrown when a record is attempted to be inserted into a slot that is already in ...
const SlotId slot_number_
std::uint32_t PageId
Identifier for a page in a file.
virtual PageId page_number() const
Base class for all WiscDB-specific exceptions.