SwatDB
Public Member Functions | Private Attributes | List of all members
InvalidNameCat Class Reference

#include <exceptions.h>

Inheritance diagram for InvalidNameCat:
Inheritance graph
[legend]
Collaboration diagram for InvalidNameCat:
Collaboration graph
[legend]

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
 

Detailed Description

InvalidNameCat is thrown by Catalog if Relation Name is not valid.

Constructor & Destructor Documentation

◆ InvalidNameCat()

InvalidNameCat::InvalidNameCat ( const std::string &  name)
explicit

Constructor.

Parameters
nameInvalid Relation name.

Member Data Documentation

◆ name

std::string InvalidNameCat::name
private

Relation name.


The documentation for this class was generated from the following file: