|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.CpxException | +--ilog.cplex.IloCplex.UnknownObjectException
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 |
public IloCplex.UnknownObjectException(java.lang.Object obj)
Method Detail |
public java.lang.Object getObject()
UnknownObjectException
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |