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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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