Back to Exoplayer

Loader.UnexpectedLoaderException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/Loader.UnexpectedLoaderException.html

latest2.2 KB
Original Source

Package com.google.android.exoplayer2.upstream

Class Loader.UnexpectedLoaderException


public static final classLoader.UnexpectedLoaderExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")

Thrown when an unexpected exception or error is encountered during loading. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | UnexpectedLoaderException​(Throwable cause) | |

Method Summary

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

UnexpectedLoaderException

public UnexpectedLoaderException​([Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause)