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>

List of all members.

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

Protected Attributes

string message
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 41 of file ConversionException.h.


Constructor & Destructor Documentation

asdm::ConversionException::ConversionException (  ) 

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.

Parameters:
m The conversion error.
t The table being converted.
virtual asdm::ConversionException::~ConversionException (  )  [virtual]

The DTOR.


Member Function Documentation

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

Member Data Documentation

Definition at line 70 of file ConversionException.h.

Definition at line 71 of file ConversionException.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1