ilog.concert
Class IloColumnArray.SizeMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ilog.concert.IloException
                    |
                    +--ilog.concert.IloColumnArray.SizeMismatchException

public static class IloColumnArray.SizeMismatchException
extends IloException

Throws a number of variables mismatch exception. This exception is thrown when trying to combine IloColumnArray objects using the method IloColumnArray.add() for column-wise modelling, when the number of variables to be used do not match. The size of a IloColumnArray object can be queried with the method getSize().

See Also:
IloColumnArray.and(ilog.concert.IloColumnArray), Serialized Form

Constructor Summary
IloColumnArray.SizeMismatchException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IloColumnArray.SizeMismatchException

public IloColumnArray.SizeMismatchException()