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
A solution was not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionA solution was not found.SolutionNotFoundException(String message) A solution was not found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SolutionNotFoundException
public SolutionNotFoundException()A solution was not found. -
SolutionNotFoundException
A solution was not found.- Parameters:
message- astringcontaining the exception message.
-