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>
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 40 of file IllegalAccessException.h.
asdm::IllegalAccessException::IllegalAccessException |
( |
| ) |
|
Create an exception if an attempt is made to access an optional variable that does not exist.
- Parameters
-
m | The conversion error. |
t | The table being converted. |
asdm::IllegalAccessException::IllegalAccessException |
( |
const std::string & |
attribute, |
|
|
const std::string & |
table |
|
) |
| |
Create an exception if an attempt is made to access an optional variable that does not exist.
- Parameters
-
m | The conversion error. |
t | The table being converted. |
virtual asdm::IllegalAccessException::~IllegalAccessException |
( |
| ) |
|
|
virtual |
std::string asdm::IllegalAccessException::getMessage |
( |
| ) |
const |
- Returns
- a text describing the exception.
std::string asdm::IllegalAccessException::message |
|
protected |
std::string asdm::IllegalAccessException::tableName |
|
protected |
The documentation for this class was generated from the following file: