|
SwatDB
|
#include <exceptions.h>


Public Member Functions | |
| InvalidNameCat (const std::string &name) | |
| Constructor. More... | |
| ~InvalidNameCat () throw () | |
| Destructor. | |
| std::string | getName () const throw () |
| Returns the invalid relation name. | |
Public Member Functions inherited from SwatDBException | |
| SwatDBException (const std::string &msg) | |
| virtual | ~SwatDBException () throw () |
| virtual const char * | what () const throw () |
| Returns the error message of the exception. More... | |
Private Attributes | |
| std::string | name |
Additional Inherited Members | |
Protected Attributes inherited from SwatDBException | |
| std::string | message |
InvalidNameCat is thrown by Catalog if Relation Name is not valid.
|
explicit |
Constructor.
| name | Invalid Relation name. |
|
private |
Relation name.
1.8.13