Class RadialDistortionEstimatorException

All Implemented Interfaces:
Serializable

public class RadialDistortionEstimatorException extends CalibrationEstimatorException
Thrown when radial distortion estimation fails.
See Also:
  • Constructor Details

    • RadialDistortionEstimatorException

      public RadialDistortionEstimatorException()
      Constructor.
    • RadialDistortionEstimatorException

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

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

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