ilog.cplex
Class IloCplex.UnknownObjectException

ilog.cplex.IloCplex.UnknownObjectException

public static class IloCplex.UnknownObjectException

Non-IloCplex object exception class. Throws an exception when an operation is attempted on an object that is not part of the IloCplex model.


Constructor Summary
IloCplex.UnknownObjectException(java.lang.Object obj)
          Constructor for unknown object exceptions.
 
Method Summary
 java.lang.Object getObject()
          Gets the extractable that triggered this exception.
 

Constructor Detail

IloCplex.UnknownObjectException

public IloCplex.UnknownObjectException(java.lang.Object obj)
Constructor for unknown object exceptions.
Method Detail

getObject

public java.lang.Object getObject()
Gets the extractable that triggered this exception.
Returns:
The extractable that triggered the UnknownObjectException exception.