#include <ConversionException.h>
Public Member Functions | |
ConversionException () | |
ConversionException (string m, string t) | |
string | getMessage () const |
Protected Attributes | |
string | message |
string | tableName |
|
Create an "empty" ConversionException. |
|
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.
|
|
Return the name of the exception followed by its cause. |