Class NoFeasibleSolutionException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NoFeasibleSolutionException extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
See Also:
  • Constructor Details

    • NoFeasibleSolutionException

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