Home Previous Up Next Index

Freeze::IndexNotFoundException

Overview

[ "cpp:ice_print" ] local exception IndexNotFoundException

Exception raised when Freeze fails to locate an index.

Data Members

string mapName;

The name of the map in which the index could not be found.

string indexName;

The name of the index.


Home Previous Up Next Index