Class LPRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LPDimensionNotMatched
,LPEmptyCostVector
,LPNoConstraint
public class LPRuntimeException extends RuntimeException
This is the exception thrown when there is any problem when constructing a linear programming problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LPRuntimeException()
Construct an instance ofLPRuntimeException
.LPRuntimeException(String msg)
Construct an instance ofLPRuntimeException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LPRuntimeException
public LPRuntimeException()
Construct an instance ofLPRuntimeException
.
-
LPRuntimeException
public LPRuntimeException(String msg)
Construct an instance ofLPRuntimeException
.- Parameters:
msg
- an error message
-
-