#include <swatdb_exceptions.h>
|
| FileAlreadyExistCat (const std::string &filename) |
| Constructor.
|
|
| ~FileAlreadyExistCat () 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.
|
|
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: