Class LPNoConstraint
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPRuntimeException
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPNoConstraint
-
- All Implemented Interfaces:
Serializable
public class LPNoConstraint extends LPRuntimeException
This is the exception thrown when there is no linear constraint found for the LP problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LPNoConstraint()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-