Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ AlreadyRegisteredException()

Ice::AlreadyRegisteredException::AlreadyRegisteredException ( const char * file,
int line,
std::string kindOfObject,
std::string id )

Constructs a AlreadyRegisteredException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
kindOfObjectThe kind of object that is already registered.
idThe ID (or name) of the object that is already registered.