WiscDB
 All Classes Functions Variables Friends
Public Member Functions | Protected Attributes
wiscdb::InvalidSlotException Class Reference

An exception that is thrown when a slot that doesn't have data is requested from a page. More...

#include <invalid_slot_exception.h>

Inheritance diagram for wiscdb::InvalidSlotException:
wiscdb::WiscDbException

List of all members.

Public Member Functions

 InvalidSlotException (const PageId page_num, const SlotId slot_num)
virtual PageId page_number () const
virtual SlotId slot_number () const

Protected Attributes

const PageId page_number_
const SlotId slot_number_

Detailed Description

An exception that is thrown when a slot that doesn't have data is requested from a page.

Definition at line 21 of file invalid_slot_exception.h.


Constructor & Destructor Documentation

wiscdb::InvalidSlotException::InvalidSlotException ( const PageId  page_num,
const SlotId  slot_num 
)

Constructs an invalid slot exception for the given page and slot.

Parameters:
page_numNumber of page containing slot.
slot_numNumber of slot which is invalid.

Definition at line 15 of file invalid_slot_exception.cpp.


Member Function Documentation

virtual PageId wiscdb::InvalidSlotException::page_number ( ) const [inline, virtual]

Returns the page number of the page containing the slot which caused this exception.

Definition at line 35 of file invalid_slot_exception.h.

virtual SlotId wiscdb::InvalidSlotException::slot_number ( ) const [inline, virtual]

Returns the slot number of the slot which caused this exception.

Definition at line 40 of file invalid_slot_exception.h.


Member Data Documentation

Page number of the page containing the slot which caused this exception.

Definition at line 46 of file invalid_slot_exception.h.

Slot number of the slot which caused this exception.

Definition at line 51 of file invalid_slot_exception.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Friends