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

◆ NotRegisteredException()

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

Constructs a NotRegisteredException.

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 not registered.
idThe ID (or name) of the object that is not registered.