Class IloAlgorithm::CannotRemoveException
Definition file: ilconcert/iloalg.h
The class of exceptions thrown if an object cannot be removed from a model.
If an attempt to remove an extractable object from a model
fails, this exception is thrown.
public void end()
This member function deletes the invoking exception. That is, it frees
memory associated with the invoking exception.
public const IloAlgorithmI * getAlgorithm() const
The member function getAlgorithm returns the
algorithm from which the exception was thrown.
The member function getExtractables returns
the extractable objects that triggered the exception.