#include <Common.h>
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. | |
| Arxx::id_not_unique::id_not_unique | ( | const std::string & | sString | ) |
The constructor of an id_not_unique exception.
| sString | A string with further information for this exception. |
1.4.7