File-By-File
SplineException

SplineException

This exception is thrown when there's an issue with creating a spline. This typically occurs due to invalid input data, such as non-monotonic X-values or an insufficient number of control points.

Methods

SplineException(String message)

Constructs a new SplineException with the specified detail message.

  • message: The detail message (a String) explaining the reason for the exception.