SessionPausedException

  • SessionPausedException is thrown when an operation requires ARCore to be running.

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

  • SessionPausedException inherits methods from java.lang.Throwable and java.lang.Object.

public class SessionPausedException

Thrown if an operation requires ARCore to be running (unchecked).

Public Constructors

Inherited Methods

Public Constructors

SessionPausedException

public SessionPausedException()

SessionPausedException

public SessionPausedException(
  String message
)

Details
Parameters
message