asdm::UniquenessViolationException Class Reference

#include <UniquenessViolationException.h>

List of all members.


Detailed Description

The UniquenessViolationException class represents an exception occuring when one tries to add a row in table whose all mandatory attributes values except the autoincrementable one are already met in an existing row of the table.


Public Member Functions

 UniquenessViolationException (string t)
string getMessage () const

Protected Attributes

string message


Constructor & Destructor Documentation

asdm::UniquenessViolationException::UniquenessViolationException ( string  t  )  [inline]

Create an exception exception occuring when one tries to add a row in table whose all mandatory attributes values except the autoincrementable one are already met in an existing row of the table.

Parameters:
t string. Name the table where the exception occurred.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:51 2007 for ASDM C++ Implementation by  doxygen 1.5.1