Class GeometryEstimatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.geometry.GeometryException
com.irurueta.geometry.estimators.GeometryEstimatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LockedException, NormalizerException, NotReadyException, PinholeCameraEstimatorException, WrongListSizesException

public class GeometryEstimatorException extends GeometryException
This is the base exception class of this package.
See Also:
  • Constructor Details

    • GeometryEstimatorException

      public GeometryEstimatorException()
      Constructor.
    • GeometryEstimatorException

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

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

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