Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
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:
Collaboration diagram for Ice::NoValueFactoryException:

Data Members

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

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: