Class UndefinedPointException

All Implemented Interfaces:
Serializable

public class UndefinedPointException extends GeometryException
Raised when a point cannot be defined (because solution is indeterminate) or there are infinite points, etc.
See Also:
  • Constructor Details

    • UndefinedPointException

      public UndefinedPointException()
      Constructor.
    • UndefinedPointException

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

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

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