Class ARException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CalibrationException, DistortionException, InvalidTransformationException, SlamException, StructureFromMotionException

public class ARException extends Exception
Base exception for AR.
See Also:
  • Constructor Details

    • ARException

      public ARException()
      Constructor.
    • ARException

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

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

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