#include <swatdb_exceptions.h>
|
| | NameAlreadyExistCat (const std::string &relname) |
| | Constructor.
|
| |
|
| ~NameAlreadyExistCat () throw () |
| | Destructor.
|
| |
| std::string | getName () const throw () |
| | Returns the name of the relation that already exists.
|
| |
| | SwatDBException (const std::string &msg) |
| |
| virtual | ~SwatDBException () throw () |
| |
| virtual const char * | what () const throw () |
| | Returns the error message of the exception.
|
| |
NameAlreadyExistCat is thrown by Catalog on a new relation or index addition to the system if the relation name already exits.
◆ NameAlreadyExistCat()
| NameAlreadyExistCat::NameAlreadyExistCat |
( |
const std::string & |
relname | ) |
|
|
explicit |
Constructor.
- Parameters
-
| file. | Name of the relation that already exists. |
◆ getName()
| std::string NameAlreadyExistCat::getName |
( |
| ) |
const |
| throw | ( | |
| ) | | |
Returns the name of the relation that already exists.
- Returns
- Name of the relation that already exists.
◆ name
| std::string NameAlreadyExistCat::name |
|
private |
Name of the already existing relation.
The documentation for this class was generated from the following file: