SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem
Class LpProblem.DimensionNotMatched

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.LpRuntimeException
                  extended by com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.DimensionNotMatched
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
LpProblem

public static class LpProblem.DimensionNotMatched
extends LpProblem.LpRuntimeException

See Also:
Serialized Form

Constructor Summary
LpProblem.DimensionNotMatched(java.lang.String msg)
           
 
Method Summary
 
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

LpProblem.DimensionNotMatched

public LpProblem.DimensionNotMatched(java.lang.String msg)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.