Class PointsFitterException

All Implemented Interfaces:
Serializable

public class PointsFitterException extends AnchorCheckedException
Exception thrown when an error occurs during the point fitting process.

This exception extends AnchorCheckedException and is used specifically for errors related to the PointsFitter operations.

See Also:
  • Constructor Details

    • PointsFitterException

      public PointsFitterException(String message)
      Constructs a new PointsFitterException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • PointsFitterException

      public PointsFitterException(Exception cause)
      Constructs a new PointsFitterException with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)