Added in API level 26

MediaCasStateException

open class MediaCasStateException : IllegalStateException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalStateException
   ↳ android.media.MediaCasStateException

Base class for MediaCas runtime exceptions

Summary

Public methods
open String

Retrieve a developer-readable diagnostic information string associated with the exception.

Public methods

getDiagnosticInfo

Added in API level 26
open fun getDiagnosticInfo(): String

Retrieve a developer-readable diagnostic information string associated with the exception. Do not show this to end-users, since this string will not be localized or generally comprehensible to end-users.

Return
String This value cannot be null.