Class RootEstimationException

All Implemented Interfaces:
Serializable

public class RootEstimationException extends NumericalException
Raised when a root estimator cannot determine a root of a polynomial, usually because of lack of convergence
See Also:
  • Constructor Details

    • RootEstimationException

      public RootEstimationException()
      Constructor.
    • RootEstimationException

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

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

      public RootEstimationException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.