public static class IloCplexModeler.Exception extends IloException implements java.io.Serializable
IloException
by also capturing the CPLEX error code.
If an exception of type
IloCplexModeler.Exception
is caught, the CPLEX error code can be queried with the method
getStatus.
- See Also:
- Serialized Form
-
-
Method Summary
Methods
Modifier and Type
Method and Description
int
getStatus()
Returns the error code or status that caused the exception.