| Ice::NotRegisteredException::NotRegisteredException | ( | const char * | file, |
| int | line, | ||
| std::string | kindOfObject, | ||
| std::string | id ) |
Constructs a NotRegisteredException.
| file | The file where this exception is constructed. This C string is not copied. |
| line | The line where this exception is constructed. |
| kindOfObject | The kind of object that is not registered. |
| id | The ID (or name) of the object that is not registered. |