NO FRAMES

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.

Method Summary
public voidend()
public const IloAlgorithmI *getAlgorithm() const
public IloExtractableArray &getExtractables()
Inherited Methods from IloException
end, getMessage
Method Detail

end

public void end()

This member function deletes the invoking exception. That is, it frees memory associated with the invoking exception.


getAlgorithm

public const IloAlgorithmI * getAlgorithm() const

The member function getAlgorithm returns the algorithm from which the exception was thrown.


getExtractables

public IloExtractableArray & getExtractables()

The member function getExtractables returns the extractable objects that triggered the exception.