com.imsl.math
Class QuadraticProgramming.ProblemUnboundedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.QuadraticProgramming.ProblemUnboundedException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- QuadraticProgramming
public static class QuadraticProgramming.ProblemUnboundedException
- extends IMSLException
The object value for the problem is unbounded.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QuadraticProgramming.ProblemUnboundedException
public QuadraticProgramming.ProblemUnboundedException()
- The object value for the problem is unbounded.
Numerical difficulty has occurred.
QuadraticProgramming.ProblemUnboundedException
public QuadraticProgramming.ProblemUnboundedException(String message)
- The object value for the problem is unbounded.
Numerical difficulty has occurred.
- Parameters:
message
- a string
containing the exception message.
Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.