casa
$Rev:20696$
|
The ConversionException 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 <ConversionException.h>
Public Member Functions | |
ConversionException () | |
Create an "empty" ConversionException. | |
ConversionException (string m, string t) | |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations. | |
virtual | ~ConversionException () |
The DTOR. | |
string | getMessage () const |
ConversionException () | |
Create an "empty" ConversionException. | |
ConversionException (string m, string t) | |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations. | |
virtual | ~ConversionException () |
The DTOR. | |
string | getMessage () const |
Protected Attributes | |
string | message |
string | tableName |
The ConversionException 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 ConversionException.h.
Create an "empty" ConversionException.
asdm::ConversionException::ConversionException | ( | string | m, |
string | t | ||
) |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations.
m | The conversion error. |
t | The table being converted. |
virtual asdm::ConversionException::~ConversionException | ( | ) | [virtual] |
The DTOR.
Create an "empty" ConversionException.
asdm::ConversionException::ConversionException | ( | string | m, |
string | t | ||
) |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations.
m | The conversion error. |
t | The table being converted. |
virtual asdm::ConversionException::~ConversionException | ( | ) | [virtual] |
The DTOR.
string asdm::ConversionException::getMessage | ( | ) | const |
string asdm::ConversionException::getMessage | ( | ) | const |
string asdm::ConversionException::message [protected] |
Definition at line 70 of file ConversionException.h.
string asdm::ConversionException::tableName [protected] |
Definition at line 71 of file ConversionException.h.