SuanShu, a Java numerical and statistical library

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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LpProblem.DimensionNotMatched, LpProblem.EmptyCostVector, LpProblem.NoConstraint
Enclosing interface:
LpProblem

public static class LpProblem.LpRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
LpProblem.LpRuntimeException()
           
LpProblem.LpRuntimeException(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.LpRuntimeException

public LpProblem.LpRuntimeException()

LpProblem.LpRuntimeException

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

SuanShu, a Java numerical and statistical library

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