Class PinholeCameraEstimatorException

All Implemented Interfaces:
Serializable

public class PinholeCameraEstimatorException extends GeometryEstimatorException
Thrown when pinhole camera estimation fails.
See Also:
  • Constructor Details

    • PinholeCameraEstimatorException

      public PinholeCameraEstimatorException()
      Constructor.
    • PinholeCameraEstimatorException

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

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

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