Class InsufficientPointsException

Object
Throwable
Exception
AnchorCheckedException
InsufficientPointsException
All Implemented Interfaces:
Serializable

public class InsufficientPointsException extends AnchorCheckedException
Exception thrown when there are not enough points to perform a fitting operation.
See Also:
  • Constructor Details

    • InsufficientPointsException

      public InsufficientPointsException()
      Constructs an InsufficientPointsException with a default error message.
    • InsufficientPointsException

      public InsufficientPointsException(String message, Throwable cause)
      Constructs an InsufficientPointsException with a specified error message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception
    • InsufficientPointsException

      public InsufficientPointsException(String message)
      Constructs an InsufficientPointsException with a specified error message.
      Parameters:
      message - the detail message
    • InsufficientPointsException

      public InsufficientPointsException(Throwable cause)
      Constructs an InsufficientPointsException with a specified cause.
      Parameters:
      cause - the cause of this exception