|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--ilog.concert.IloException | +--ilog.concert.IloColumnArray.SizeMismatchException
An exception that indicates a mismatched number of variables.
This exception is thrown if you try to combine IloColumnArray
objects, using the method IloColumnArray.and
for column-wise
modeling, if the sizes of the objects do not match. The size of an
IloColumnArray
object represents the number of variables
created by it and can be queried with the method getSize
.
Constructor Summary | |
IloColumnArray.SizeMismatchException()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IloColumnArray.SizeMismatchException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |