Class SlamException

All Implemented Interfaces:
Serializable

public class SlamException extends ARException
Base exception for all exceptions related to SLAM.
See Also:
  • Constructor Details

    • SlamException

      public SlamException()
      Constructor.
    • SlamException

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

      public SlamException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause
    • SlamException

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