|
SwatDB
|
#include <exceptions.h>


Public Member Functions | |
| InvalidFileTypeFileMgr (CatType file_type) | |
| Constructor. More... | |
| ~InvalidFileTypeFileMgr () throw () | |
| Destructor. | |
| CatType | getFileType () const throw () |
| Returns the PageId of the pinned Page. 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 | |
| CatType | type |
Additional Inherited Members | |
Protected Attributes inherited from SwatDBException | |
| std::string | message |
FileManager Exceptions InvalidFileTypeFileMgr is thrown by FileManager if file type is inconsistent.
|
explicit |
Constructor.
| file_type. | File type of the file. |
| CatType InvalidFileTypeFileMgr::getFileType | ( | ) | const | |
| throw | ( | |||
| ) | ||||
|
private |
Invalid file type.
1.8.13