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