Class QPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.QPException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QPInfeasible
public class QPException extends Exception
This is the exception thrown when there is an error solving a quadratic programming problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QPException()
Construct an instance ofQPException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-