Class InterpolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.numerical.NumericalException
com.irurueta.numerical.interpolation.InterpolationException
All Implemented Interfaces:
Serializable

public class InterpolationException extends NumericalException
Exception raised when function interpolation fails.
See Also:
  • Constructor Details

    • InterpolationException

      public InterpolationException()
      Constructor.
    • InterpolationException

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

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

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