Class ConicNotAvailableException

All Implemented Interfaces:
Serializable

public class ConicNotAvailableException extends GeometryException
Exception raised when a conic cannot be computed.
See Also:
  • Constructor Details

    • ConicNotAvailableException

      public ConicNotAvailableException()
      Constructor.
    • ConicNotAvailableException

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

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

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