Class InvalidTransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.ar.ARException
com.irurueta.ar.calibration.InvalidTransformationException
All Implemented Interfaces:
Serializable

public class InvalidTransformationException extends ARException
Exception produced when provided transformation is numerically unstable.
See Also:
  • Constructor Details

    • InvalidTransformationException

      public InvalidTransformationException()
      Constructor.
    • InvalidTransformationException

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

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

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