Class LPDimensionNotMatched
- 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.LPDimensionNotMatched
-
- All Implemented Interfaces:
Serializable
public class LPDimensionNotMatched extends LPRuntimeException
This is the exception thrown when the dimensions of the objective function and constraints of a linear programming problem are inconsistent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LPDimensionNotMatched(String msg)
Construct an instance ofLPDimensionNotMatched
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LPDimensionNotMatched
public LPDimensionNotMatched(String msg)
Construct an instance ofLPDimensionNotMatched
.- Parameters:
msg
- the error message
-
-