Class NoFeasibleSolutionException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

@Deprecated public class NoFeasibleSolutionException extends MathIllegalStateException
Deprecated.
As of 3.1 (to be removed in 4.0).
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
Since:
2.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      Serializable version identifier.
      See Also:
  • Constructor Details

    • NoFeasibleSolutionException

      public NoFeasibleSolutionException()
      Deprecated.
      Simple constructor using a default message.