PlaybackFailedException

  • PlaybackFailedException signals that playback has failed within the AR Core framework.

  • It provides two constructors: one default and another accepting a custom error message.

  • This exception inherits standard methods from Throwable and Object for error handling and object management.

public class PlaybackFailedException

Thrown when playback failed.

Public Constructors

Inherited Methods

Public Constructors

PlaybackFailedException

public PlaybackFailedException()

PlaybackFailedException

public PlaybackFailedException(
  String message
)

Details
Parameters
message