Back to Exoplayer

FakeExtractorInput.SimulatedIOException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/testutil/FakeExtractorInput.SimulatedIOException.html

latest2.3 KB
Original Source

Package com.google.android.exoplayer2.testutil

Class FakeExtractorInput.SimulatedIOException


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

Thrown when simulating an IOException. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | SimulatedIOException​(String message) | |

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

- 

SimulatedIOException

public SimulatedIOException​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message)