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::ConversionException Class Reference

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

Protected Attributes

std::string message
 
std::string tableName
 

Detailed Description

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.

Constructor & Destructor Documentation

asdm::ConversionException::ConversionException ( )

Create an "empty" 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
mThe conversion error.
tThe table being converted.
virtual asdm::ConversionException::~ConversionException ( )
virtual

The DTOR.

Member Function Documentation

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

Member Data Documentation

std::string asdm::ConversionException::message
protected

Definition at line 69 of file ConversionException.h.

std::string asdm::ConversionException::tableName
protected

Definition at line 70 of file ConversionException.h.


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