Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::NoValueFactoryException Local Exception Reference

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

defined in <Ice/LocalException.ice>

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

Inheritance diagram for Ice::NoValueFactoryException:
Inheritance graph
[legend]
Collaboration diagram for Ice::NoValueFactoryException:
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 value factory was found during unmarshaling of a Slice class instance.

See also
ValueFactory
Communicator::getValueFactoryManager
ValueFactoryManager::add
ValueFactoryManager::find

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: