# Print output for @column tags ?> MediaDrm.MediaDrmStateException - Android SDK | Android Developers

Most visited

Recently visited

MediaDrm.MediaDrmStateException

public static final class MediaDrm.MediaDrmStateException
extends IllegalStateException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ android.media.MediaDrm.MediaDrmStateException


Thrown when an unrecoverable failure occurs during a MediaDrm operation. Extends java.lang.IllegalStateException with the addition of an error code that may be useful in diagnosing the failure.

Summary

Public methods

String getDiagnosticInfo()

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

Inherited methods

Public methods

getDiagnosticInfo

public String getDiagnosticInfo ()

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.

Returns
String This value cannot be null.