Class InvalidEssentialMatrixException

All Implemented Interfaces:
Serializable

public class InvalidEssentialMatrixException extends InvalidFundamentalMatrixException
Raised when an essential matrix is not well-defined.
See Also:
  • Constructor Details

    • InvalidEssentialMatrixException

      public InvalidEssentialMatrixException()
      Constructor
    • InvalidEssentialMatrixException

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

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

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