Class NoFeasibleSolutionException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoFeasibleSolutionException()
      Deprecated.
      Simple constructor using a default message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoFeasibleSolutionException

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