casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
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>

List of all members.

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
 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

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 41 of file IllegalAccessException.h.


Constructor & Destructor Documentation

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 string &  attribute,
const 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.

The DTOR.

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 string &  attribute,
const 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.

The DTOR.


Member Function Documentation

Returns:
a text describing the exception.
Returns:
a text describing the exception.

Member Data Documentation

Definition at line 73 of file IllegalAccessException.h.

Definition at line 74 of file IllegalAccessException.h.


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