Class ParallelVectorsException

All Implemented Interfaces:
Serializable

public class ParallelVectorsException extends GeometryException
Raised when provided vectors are parallel.
See Also:
  • Constructor Details

    • ParallelVectorsException

      public ParallelVectorsException()
      Constructor.
    • ParallelVectorsException

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

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

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