Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::NoObjectFactoryException

Overview

local exception NoObjectFactoryException extends Ice::MarshalException

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

See Also

Data Member Index

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

Data Members

string type;

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


  • No labels