SwatDB
|
#include <swatdb_exceptions.h>
Public Member Functions | |
InvalidSlotIdHashBucketPage (SlotId slot_id) | |
Constructor. | |
~InvalidSlotIdHashBucketPage () throw () | |
Destructor. | |
SlotId | getSlotId () const throw () |
Returns the invalid SlotId. | |
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. | |
Private Attributes | |
SlotId | slot_id |
Additional Inherited Members | |
Protected Attributes inherited from SwatDBException | |
std::string | message |
InvalidSlotIdHashBucketPage is thrown by HashBucketPage if SlotId is invalid.
|
explicit |
Constructor.
slot_id. | Invalid SlotId. |
SlotId InvalidSlotIdHashBucketPage::getSlotId | ( | ) | const | |
throw | ( | |||
) |
Returns the invalid SlotId.
|
private |
Invalid SlotId.