NotTrackingException

  • NotTrackingException is thrown when an AR system operation requires tracking but the system is not in the TRACKING state.

  • It has two public constructors: one with no arguments and one that accepts a String message.

  • NotTrackingException inherits methods from both java.lang.Throwable and java.lang.Object.

public class NotTrackingException

Thrown if an operation requires the AR system to be TRACKING (checked).

Public Constructors

Inherited Methods

Public Constructors

NotTrackingException

public NotTrackingException()

NotTrackingException

public NotTrackingException(
  String message
)

Details
Parameters
message