SwatDB
|
#include <exceptions.h>
Public Member Functions | |
FileAlreadyExistDiskMgr (const std::string &file) | |
Constructor. More... | |
~FileAlreadyExistDiskMgr () throw () | |
Destructor. | |
std::string | getFileName () const throw () |
Returns the file name of the file that already exists. | |
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 | |
std::string | file_name |
Additional Inherited Members | |
Protected Attributes inherited from SwatDBException | |
std::string | message |
FileAlreadyExistDiskMgr is thrown by DiskManager if Unix file already exists.
|
explicit |
Constructor.
file. | File name of the file that already exists. |
|
private |
File name.