Class PolynomialEstimationException

All Implemented Interfaces:
Serializable

public class PolynomialEstimationException extends PolynomialsException
Exception raised if polynomial estimation fails.
See Also:
  • Constructor Details

    • PolynomialEstimationException

      public PolynomialEstimationException()
      Constructor.
    • PolynomialEstimationException

      public PolynomialEstimationException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • PolynomialEstimationException

      public PolynomialEstimationException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • PolynomialEstimationException

      public PolynomialEstimationException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.