Class CoplanarPointsException

All Implemented Interfaces:
Serializable

public class CoplanarPointsException extends GeometryException
Raised when provided points are coplanar (lay on a single plane).
See Also:
  • Constructor Details

    • CoplanarPointsException

      public CoplanarPointsException()
      Constructor.
    • CoplanarPointsException

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

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

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