|
SwatDB
|
#include <swatdb_exceptions.h>


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