Class InvalidPairOfIntrinsicParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.geometry.GeometryException
com.irurueta.ar.epipolar.EpipolarException
com.irurueta.ar.epipolar.InvalidPairOfIntrinsicParametersException
All Implemented Interfaces:
Serializable

public class InvalidPairOfIntrinsicParametersException extends EpipolarException
Raised when providing an invalid pair of intrinsic parameters to define an essential matrix.
See Also:
  • Constructor Details

    • InvalidPairOfIntrinsicParametersException

      public InvalidPairOfIntrinsicParametersException()
      Constructor.
    • InvalidPairOfIntrinsicParametersException

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

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

      public InvalidPairOfIntrinsicParametersException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.