| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

This exception is thrown when a duplicate tuple is encountered from its key values.
It means that the keys of the tuple are already in the set.
Example:
schema = <key int, int></br>
{schema} S = { <1,2>, <2,3> };
S.add(<1,4>} will raise an error due to the key of S
Inherited Methods from DuplicatedException |
|---|
getMessage, getTupleCellArray, getTupleCollection, print |
Inherited Methods from IloException |
|---|
end, getMessage, IloException |