casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
asdm::IllegalAccessException Class Reference

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. More...
 
 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. More...
 
virtual ~IllegalAccessException ()
 The DTOR. More...
 
std::string getMessage () const
 

Protected Attributes

std::string message
 
std::string tableName
 

Detailed Description

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.

Constructor & Destructor Documentation

asdm::IllegalAccessException::IllegalAccessException ( )

Create an exception if an attempt is made to access an optional variable that does not exist.

Parameters
mThe conversion error.
tThe 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
mThe conversion error.
tThe table being converted.
virtual asdm::IllegalAccessException::~IllegalAccessException ( )
virtual

The DTOR.

Member Function Documentation

std::string asdm::IllegalAccessException::getMessage ( ) const
Returns
a text describing the exception.

Member Data Documentation

std::string asdm::IllegalAccessException::message
protected

Definition at line 72 of file IllegalAccessException.h.

std::string asdm::IllegalAccessException::tableName
protected

Definition at line 73 of file IllegalAccessException.h.


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