#include <IllegalAccessException.h>
Public Member Functions | |
IllegalAccessException () | |
IllegalAccessException (const string &attribute, const string &table) | |
string | getMessage () const |
Protected Attributes | |
string | message |
asdm::IllegalAccessException::IllegalAccessException | ( | ) | [inline] |
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 | |||
) | [inline] |
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. |