#include <swatdb_exceptions.h>
|
| InvalidNameCat (const std::string &name) |
| Constructor.
|
|
| ~InvalidNameCat () throw () |
| Destructor.
|
|
std::string | getName () const throw () |
| Returns the invalid relation name.
|
|
| SwatDBException (const std::string &msg) |
|
virtual | ~SwatDBException () throw () |
|
virtual const char * | what () const throw () |
| Returns the error message of the exception.
|
|
InvalidNameCat is thrown by Catalog if Relation Name is not valid.
◆ InvalidNameCat()
InvalidNameCat::InvalidNameCat |
( |
const std::string & |
name | ) |
|
|
explicit |
Constructor.
- Parameters
-
name | Invalid Relation name. |
◆ name
std::string InvalidNameCat::name |
|
private |
The documentation for this class was generated from the following file: