12 #include "wiscdb_exception.h" 13 #include "include/types.h"
const PageId page_number_
virtual PageId page_number() const
An exception that is thrown when a record is requested from a page that has a bad record ID...
const RecordId record_id_
Identifier for a record in a page.
InvalidRecordException(const RecordId &rec_id, const PageId page_num)
std::uint32_t PageId
Identifier for a page in a file.
Base class for all WiscDB-specific exceptions.
virtual const RecordId & record_id() const