Class DualAbsoluteQuadricEstimatorException

All Implemented Interfaces:
Serializable

public class DualAbsoluteQuadricEstimatorException extends CalibrationEstimatorException
Thrown when DAQ estimation fails.
See Also:
  • Constructor Details

    • DualAbsoluteQuadricEstimatorException

      public DualAbsoluteQuadricEstimatorException()
      Constructor.
    • DualAbsoluteQuadricEstimatorException

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

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

      public DualAbsoluteQuadricEstimatorException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.