#include <exceptions.h>
Catalog Exceptions. FileAlreadyExistCat is thrownn by Catalog on index or relation create if the underlying file name for the index or relation is already used.
◆ FileAlreadyExistCat()
| FileAlreadyExistCat::FileAlreadyExistCat |
( |
const std::string & |
filename | ) |
|
|
explicit |
Constructor.
- Parameters
-
| file. | File name of the file that already exists. |
◆ getFileName()
| std::string FileAlreadyExistCat::getFileName |
( |
| ) |
const |
| throw | ( | |
| ) | | |
Returns the File name of the file that already exists.
- Returns
- File name of the file that already exists.
◆ file_name
| std::string FileAlreadyExistCat::file_name |
|
private |
File name of the already existing file.
The documentation for this class was generated from the following file: