org.apache.commons.math3.optim.linear
Class NoFeasibleSolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math3.exception.MathIllegalStateException
org.apache.commons.math3.optim.linear.NoFeasibleSolutionException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class NoFeasibleSolutionException
- extends MathIllegalStateException
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
- Since:
- 2.0
- Version:
- $Id: NoFeasibleSolutionException.java 1416643 2012-12-03 19:37:14Z tn $
- See Also:
- Serialized Form
NoFeasibleSolutionException
public NoFeasibleSolutionException()
- Simple constructor using a default message.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.