Class CoincidentPointsException

All Implemented Interfaces:
Serializable

public class CoincidentPointsException extends GeometryException
Raised when providing points which are assumed to be equal.
See Also:
  • Constructor Details

    • CoincidentPointsException

      public CoincidentPointsException()
      Constructor.
    • CoincidentPointsException

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

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

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