Ice 3.7 Slice API Reference
Ice::CloneNotImplementedException Local Exception Reference

An attempt was made to clone a class that does not support cloning. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception CloneNotImplementedException { ... }

Detailed Description

An attempt was made to clone a class that does not support cloning.

This exception is raised if ice_clone is called on a class that is derived from an abstract Slice class (that is, a class containing operations), and the derived class does not provide an implementation of the ice_clone operation (C++ only).


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