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

