Class QuadricNotAvailableException

All Implemented Interfaces:
Serializable

public class QuadricNotAvailableException extends GeometryException
Raised when a quadric cannot be computed because the inverse matrix of a dual quadric does not exist.
See Also:
  • Constructor Details

    • QuadricNotAvailableException

      public QuadricNotAvailableException()
      Constructor.
    • QuadricNotAvailableException

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

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

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