Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Data Members | List of all members
Ice::NoObjectFactoryException Local Exception Reference

This exception is raised if no suitable object factory was found during unmarshaling of a Slice class instance. More...

Defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception NoObjectFactoryException extends Ice::MarshalException { ... }

Inheritance diagram for Ice::NoObjectFactoryException:
Inheritance graph
[legend]
Collaboration diagram for Ice::NoObjectFactoryException:
Collaboration graph
[legend]

Data Members

string type
 The Slice type ID of the class instance for which no no factory could be found. More...
 
- Data Members inherited from Ice::ProtocolException
string reason
 The reason for the failure. More...
 

Detailed Description

This exception is raised if no suitable object factory was found during unmarshaling of a Slice class instance.

See also
ObjectFactory
Communicator::addObjectFactory
Communicator::findObjectFactory

Data Member Documentation

◆ type

string type

The Slice type ID of the class instance for which no no factory could be found.


The documentation for this exception was generated from the following file: