public final class ExoPlaybackException
extends java.lang.Exception
Where possible, the cause returned by Throwable.getCause()
will indicate the reason for failure.
Modifier and Type | Field and Description |
---|---|
boolean |
caughtAtTopLevel
True if the cause (i.e.
|
Constructor and Description |
---|
ExoPlaybackException(java.lang.String message) |
ExoPlaybackException(java.lang.String message,
java.lang.Throwable cause) |
ExoPlaybackException(java.lang.Throwable cause) |