SwatDB
|
#include <exceptions.h>
Public Member Functions | |
InvalidSlotIdHeapPage (SlotId slot_id) | |
Constructor. More... | |
~InvalidSlotIdHeapPage () throw () | |
Destructor. | |
SlotId | getSlotId () const throw () |
Returns the invalid SlotId. More... | |
Public Member Functions inherited from SwatDBException | |
SwatDBException (const std::string &msg) | |
virtual | ~SwatDBException () throw () |
virtual const char * | what () const throw () |
Returns the error message of the exception. More... | |
Private Attributes | |
SlotId | slot_id |
Additional Inherited Members | |
Protected Attributes inherited from SwatDBException | |
std::string | message |
HeapPage Exceptions. InvalidSlotIdHeapPage is thrown by HeapPage if SlotId is invalid.
|
explicit |
Constructor.
slot_id. | Invalid SlotId. |
SlotId InvalidSlotIdHeapPage::getSlotId | ( | ) | const | |
throw | ( | |||
) |
Returns the invalid SlotId.
|
private |
Invalid SlotId.