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>
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 40 of file ConversionException.h.
asdm::ConversionException::ConversionException |
( |
| ) |
|
asdm::ConversionException::ConversionException |
( |
std::string |
m, |
|
|
std::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.
- Parameters
-
m | The conversion error. |
t | The table being converted. |
virtual asdm::ConversionException::~ConversionException |
( |
| ) |
|
|
virtual |
std::string asdm::ConversionException::getMessage |
( |
| ) |
const |
- Returns
- a text describing the exception.
std::string asdm::ConversionException::message |
|
protected |
std::string asdm::ConversionException::tableName |
|
protected |
The documentation for this class was generated from the following file: