| SwatDB
    | 
#include <exceptions.h>


| Public Member Functions | |
| PageNotFoundBufMgr (PageId page_id) | |
| Constructor.  More... | |
| ~PageNotFoundBufMgr () throw () | |
| Destructor. | |
| PageId | getPageId () const throw () | 
| Returns the PageId of the Page not found.  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 | |
| PageId | page_id | 
| Additional Inherited Members | |
|  Protected Attributes inherited from SwatDBException | |
| std::string | message | 
PageNotFoundBufMgr is thrown by BufferManager if PageId is not found in bufferpool.
| 
 | explicit | 
| PageId PageNotFoundBufMgr::getPageId | ( | ) | const | |
| throw | ( | |||
| ) | ||||
 1.8.13
 1.8.13