Class CollinearityException

All Implemented Interfaces:
Serializable

public final class CollinearityException extends RuntimeException
Thrown when two collinear (or amost collinear) vectors or segments are detected, but it is not permitted for the given situation.
See Also:
  • Constructor Details

    • CollinearityException

      public CollinearityException()
      Constructs an instance of this class.
    • CollinearityException

      public CollinearityException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.