ilog.cplex
Class IloCplex.UnknownObjectException

java.lang.Object
  |
  +--ilog.cplex.CpxException
        |
        +--ilog.cplex.IloCplex.UnknownObjectException
Enclosing class:
IloCplex

public static class IloCplex.UnknownObjectException
extends ilog.cplex.CpxException

Exceptions of this class are thrown if operations are attempted for modeling objects that not part of the active model.


Constructor Summary
IloCplex.UnknownObjectException(java.lang.Object obj)
          Constructor for unknown object exceptions.
 
Method Summary
 java.lang.Object getObject()
          Returns the modeling object that triggered this exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IloCplex.UnknownObjectException

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

Method Detail

getObject

public java.lang.Object getObject()
Returns the modeling object that triggered this exception.

Returns:
The modeling object that triggered the UnknownObjectException exception.