Class DualQuadricNotAvailableException

All Implemented Interfaces:
Serializable

public class DualQuadricNotAvailableException extends GeometryException
Exception raised when a dual-quadric cannot be computed.
See Also:
  • Constructor Details

    • DualQuadricNotAvailableException

      public DualQuadricNotAvailableException()
      Constructor.
    • DualQuadricNotAvailableException

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

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

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