Class KruppaDualImageOfAbsoluteConicEstimatorException

All Implemented Interfaces:
Serializable

public class KruppaDualImageOfAbsoluteConicEstimatorException extends CalibrationEstimatorException
Thrown when DIAC estimation fails.
See Also:
  • Constructor Details

    • KruppaDualImageOfAbsoluteConicEstimatorException

      public KruppaDualImageOfAbsoluteConicEstimatorException()
      Constructor.
    • KruppaDualImageOfAbsoluteConicEstimatorException

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

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

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