Class ColinearPointsException

All Implemented Interfaces:
Serializable

public class ColinearPointsException extends GeometryException
Raised when provided points are co-linear (lay on a single line).
See Also:
  • Constructor Details

    • ColinearPointsException

      public ColinearPointsException()
      Constructor.
    • ColinearPointsException

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

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

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