Class PolynomialsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PolynomialEstimationException

public class PolynomialsException extends NumericalException
Base exception for polynomials.
See Also:
  • Constructor Details

    • PolynomialsException

      public PolynomialsException()
      Constructor.
    • PolynomialsException

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

      public PolynomialsException(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.
    • PolynomialsException

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