Class FittingException

All Implemented Interfaces:
Serializable

public class FittingException extends NumericalException
Raised when a fitter fails to fit a function to provided data.
See Also:
  • Constructor Details

    • FittingException

      public FittingException()
      Constructor
    • FittingException

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

      public FittingException(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
    • FittingException

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