Class CalibrationEstimatorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DualAbsoluteQuadricEstimatorException, ImageOfAbsoluteConicEstimatorException, KruppaDualImageOfAbsoluteConicEstimatorException, RadialDistortionEstimatorException, SingleHomographyPinholeCameraEstimatorException

public class CalibrationEstimatorException extends CalibrationException
Base class for calibration estimators.
See Also:
  • Constructor Details

    • CalibrationEstimatorException

      public CalibrationEstimatorException()
      Constructor.
    • CalibrationEstimatorException

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

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

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