Skip to main content
FRAMES NO FRAMES

Class IloAlgorithm::CannotExtractException

Definition file: ilconcert/iloalg.h
Map of IloAlgorithm::CannotExtractExceptionIloAlgorithm::CannotExtractExceptionIloAlgorithm::CannotExtractExceptionIloAlgorithm::ExceptionIloException
The class of exceptions thrown if an object cannot be extracted from a model.

If an attempt to extract an object from a model fails, this exception is thrown.

Method Summary
public voidend()
public const IloAlgorithmI *getAlgorithm() const
public IloExtractableArray &getExtractables()
Inherited Methods from Exception
Exception
Inherited Methods from IloException
end, getMessage, IloException
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.