The IllegalAccessException class represents an exception when an error occurs in converting a table to its external representation or in restoring a table from one of its external representations. More...
#include <IllegalAccessException.h>
Public Member Functions | |
IllegalAccessException () | |
Create an exception if an attempt is made to access an optional variable that does not exist. | |
IllegalAccessException (const string &attribute, const string &table) | |
Create an exception if an attempt is made to access an optional variable that does not exist. | |
virtual | ~IllegalAccessException () |
The DTOR. | |
string | getMessage () const |
Protected Attributes | |
string | message |
string | tableName |
The IllegalAccessException class represents an exception when an error occurs in converting a table to its external representation or in restoring a table from one of its external representations.
Definition at line 41 of file IllegalAccessException.h.
asdm::IllegalAccessException::IllegalAccessException | ( | ) |
Create an exception if an attempt is made to access an optional variable that does not exist.
m | The conversion error. | |
t | The table being converted. |
asdm::IllegalAccessException::IllegalAccessException | ( | const string & | attribute, | |
const string & | table | |||
) |
Create an exception if an attempt is made to access an optional variable that does not exist.
m | The conversion error. | |
t | The table being converted. |
virtual asdm::IllegalAccessException::~IllegalAccessException | ( | ) | [virtual] |
The DTOR.
string asdm::IllegalAccessException::getMessage | ( | ) | const |
string asdm::IllegalAccessException::message [protected] |
Definition at line 73 of file IllegalAccessException.h.
string asdm::IllegalAccessException::tableName [protected] |
Definition at line 74 of file IllegalAccessException.h.