ARCore is back at Google I/O on May 10! Register now.

FatalException

Stay organized with collections Save and categorize content based on your preferences.
public class FatalException

Thrown when ARCore experiences a non-recoverable internal error.

Public Constructors

FatalException(String message, Throwable cause)

Inherited Methods

Public Constructors

FatalException

public FatalException()

FatalException

public FatalException(
  String message
)

Details
Parameters
message

FatalException

public FatalException(
  String message,
  Throwable cause
)

Details
Parameters
message
cause