Class UnboundedSolutionException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class UnboundedSolutionException extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
This class represents exceptions thrown by optimizers when a solution escapes to infinity.
See Also:
  • Constructor Details

    • UnboundedSolutionException

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