Class 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
See Also:
  • Constructor Details

    • NoFeasibleSolutionException

      public NoFeasibleSolutionException()
      Simple constructor using a default message.