#include <swatdb_exceptions.h>
|
| | FileAlreadyExistDiskMgr (const std::string &file) |
| | Constructor.
|
| |
|
| ~FileAlreadyExistDiskMgr () throw () |
| | Destructor.
|
| |
|
std::string | getFileName () const throw () |
| | Returns the file name of the file that already exists.
|
| |
| | SwatDBException (const std::string &msg) |
| |
| virtual | ~SwatDBException () throw () |
| |
| virtual const char * | what () const throw () |
| | Returns the error message of the exception.
|
| |
FileAlreadyExistDiskMgr is thrown by DiskManager if Unix file already exists.
◆ FileAlreadyExistDiskMgr()
| FileAlreadyExistDiskMgr::FileAlreadyExistDiskMgr |
( |
const std::string & |
file | ) |
|
|
explicit |
Constructor.
- Parameters
-
| file. | File name of the file that already exists. |
◆ file_name
| std::string FileAlreadyExistDiskMgr::file_name |
|
private |
The documentation for this class was generated from the following file: