Page Summary
-
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
|
|
|
SessionNotPausedException(String message)
|
Inherited Methods
Public Constructors
public SessionNotPausedException ()
SessionNotPausedException
public SessionNotPausedException()
public SessionNotPausedException (String message)
SessionNotPausedException
public SessionNotPausedException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||