ilog.cplex
Class IloCplex.UnsupportedObjectException

java.lang.Object
  extended byilog.cplex.CpxException
      extended byilog.cplex.IloCplex.UnsupportedObjectException
Enclosing class:
IloCplex

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

Exceptions of this class are thrown when a modeling object that cannot be extracted is added to the invoking IloCplex object.


Constructor Summary
IloCplex.UnsupportedObjectException(java.lang.Object obj)
          Constructor for unsupported 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.UnsupportedObjectException

public IloCplex.UnsupportedObjectException(java.lang.Object obj)
Constructor for unsupported 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 UnsupportedObjectException exception.