Skip to main content
FRAMES NO FRAMES

Class IloTupleCollection::DuplicatedException

Definition file: ilopl/ilotuplecollection.h
Map of IloTupleCollection::DuplicatedExceptionIloTupleCollection::DuplicatedExceptionIloTupleCollection::DuplicatedKeyIloTupleCollection::DuplicatedTupleIloTupleCollection::DuplicatedExceptionIloException
The base class of exceptions thrown when having problems with tuples in sets or arrays.

The base class of exceptions thrown when having problems with tuples in sets or arrays.

Method Summary
public virtual const char *getMessage() const
public IloTupleCellArraygetTupleCellArray() const
public IloTupleCollectionI *getTupleCollection() const
public voidprint(ostream & out) const
Inherited Methods from IloException
end, getMessage, IloException
Method Detail

getMessage

public virtual const char * getMessage() const

This member function returns the message (a character string) of the invoking exception.


getTupleCellArray

public IloTupleCellArray getTupleCellArray() const

Return the index of the culprit tuple


getTupleCollection

public IloTupleCollectionI * getTupleCollection() const

Returns the collection of tuple that raised the error


print

public void print(ostream & out) const

Prints the error