UnavailableException

  • UnavailableException and its subclasses are thrown when ARCore is not available on a device.

  • Specific subclasses indicate different reasons for unavailability, such as the ARCore APK being too old or not installed, the device being incompatible, the SDK being too old, or the user declining installation.

  • The UnavailableException class has two public constructors, one with no arguments and one that accepts a String message.

  • This class inherits methods from java.lang.Throwable and java.lang.Object.

public class UnavailableException
Known Direct Subclasses

Subclasses of this exception are thrown when ARCore is not available.

Public Constructors

Inherited Methods

Public Constructors

UnavailableException

public UnavailableException()

UnavailableException

public UnavailableException(
  String message
)

Details
Parameters
message