Class CalibrationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CalibrationEstimatorException, InvalidPlaneAtInfinityException

public class CalibrationException extends ARException
Base exception class for calibration package.
See Also:
  • Constructor Details

    • CalibrationException

      public CalibrationException()
      Constructor.
    • CalibrationException

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

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

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