Package com.imsl.math

Class QuadraticProgramming.SolutionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.QuadraticProgramming.SolutionNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
QuadraticProgramming

public static class QuadraticProgramming.SolutionNotFoundException extends IMSLException
A solution was not found.
See Also:
  • Constructor Details

    • SolutionNotFoundException

      public SolutionNotFoundException()
      A solution was not found.
    • SolutionNotFoundException

      public SolutionNotFoundException(String message)
      A solution was not found.
      Parameters:
      message - a string containing the exception message.