ilog.concert
Class IloColumnArray.SizeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byilog.concert.IloException
              extended byilog.concert.IloColumnArray.SizeMismatchException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IloColumnArray

public static class IloColumnArray.SizeMismatchException
extends IloException

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.

See Also:
Serialized Form

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

IloColumnArray.SizeMismatchException

public IloColumnArray.SizeMismatchException()