SessionNotPausedException

  • SessionNotPausedException is an unchecked exception thrown when an operation requires ARCore to be stopped.

  • It 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 SessionNotPausedException

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

Public Constructors

Inherited Methods

Public Constructors

SessionNotPausedException

public SessionNotPausedException()

SessionNotPausedException

public SessionNotPausedException(
  String message
)

Details
Parameters
message