Class InvalidPinholeCameraIntrinsicParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.geometry.GeometryException
com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
All Implemented Interfaces:
Serializable

public class InvalidPinholeCameraIntrinsicParametersException extends GeometryException
Raised when provided pinhole camera intrinsic parameters matrix is not valid.
See Also:
  • Constructor Details

    • InvalidPinholeCameraIntrinsicParametersException

      public InvalidPinholeCameraIntrinsicParametersException()
      Constructor.
    • InvalidPinholeCameraIntrinsicParametersException

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

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

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