FatalException

  • FatalException is thrown when ARCore encounters a non-recoverable internal error.

  • There are three public constructors for FatalException to handle different error scenarios.

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

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