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

If an expression, numeric variable, objective, or array of extractable objects has no value in the current solution of an algorithm, this exception is thrown.
| Constructor Summary | |
|---|---|
public | NotExtractedException(const IloAlgorithmI *, const IloExtractable) |
| Method Summary | |
|---|---|
public const IloAlgorithmI * | getAlgorithm() |
public const IloExtractable & | getExtractable() |
Inherited Methods from IloException |
|---|
end, getMessage |
| Constructor Detail |
|---|
The constructor NotExtractedException creates an exception
thrown from the algorithm object alg for the extractable object
extr.
| Method Detail |
|---|
The member function getAlgorithm returns the algorithm from
which the exception was thrown.
The member function getExtractable returns the extractable
object that triggered the exception.