| Name | Description | Type | Package | Framework |
| LPDimensionNotMatched | This is the exception thrown when the dimensions of the objective function and constraints of a linear programming problem are inconsistent. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |
| LPEmptyCostVector | This is the exception thrown when there is no objective function in a linear programming problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |
| LPException | This is the exception thrown when there is any problem when solving a linear programming problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |
| LPInfeasible | This is the exception thrown when the LP problem is infeasible, i. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |
| LPNoConstraint | This is the exception thrown when there is no linear constraint found for the LP problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |
| LPRuntimeException | This is the exception thrown when there is any problem when constructing a linear programming problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |
| LPUnbounded | This is the exception thrown when the LP problem is unbounded. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exception | SuanShu |