Page Summary
-
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.Throwableandjava.lang.Object.
public class
NotTrackingException
Thrown if an operation requires the AR system to be TRACKING (checked).
Public Constructors
|
|
|
NotTrackingException(String message)
|
Inherited Methods
Public Constructors
public NotTrackingException ()
NotTrackingException
public NotTrackingException()
public NotTrackingException (String message)
NotTrackingException
public NotTrackingException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||