Arxx::id_not_unique Class Reference

#include <Common.h>

List of all members.


Detailed Description

An exception class indicating that a given ID is not unique.

This exception is thrown whenever you wish to assign a new ID to an item and that ID is not unique inside the corresponding Arxx::Archive.


Public Member Functions

 id_not_unique (const std::string &sString)
 The constructor of an id_not_unique exception.


Constructor & Destructor Documentation

Arxx::id_not_unique::id_not_unique ( const std::string &  sString  ) 

The constructor of an id_not_unique exception.

Parameters:
sString A string with further information for this exception.
This exception is derieved from std::invalid_argument and the string passed via sString is directed to the constructor of std::invalid_argument and thus may be requested via the what() function of std::exception.


The documentation for this class was generated from the following files:
Generated on Tue Oct 10 11:34:46 2006 for libarxx by  doxygen 1.4.7