| SwatDB
    | 
#include <exceptions.h>


| Public Member Functions | |
| InvalidFileIdDiskMgr (FileId file_id) | |
| Constructor.  More... | |
| ~InvalidFileIdDiskMgr () throw () | |
| Destructor. | |
| FileId | getFileId () const throw () | 
| Returns the invalid FileId.  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 | |
| FileId | file_id | 
| Additional Inherited Members | |
|  Protected Attributes inherited from SwatDBException | |
| std::string | message | 
DiskManager Exceptions InvalidFileIdDiskMgr is thrown by DiskManager if FileId is invalid.
| 
 | explicit | 
Constructor.
| file_id. | Invalid FileId. | 
| FileId InvalidFileIdDiskMgr::getFileId | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Returns the invalid FileId.
| 
 | private | 
Invalid FileId.
 1.8.13
 1.8.13