public final class ExoPlaybackException extends 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(String message) |
ExoPlaybackException(String message,
Throwable cause) |
ExoPlaybackException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final boolean caughtAtTopLevel
Throwable returned by Throwable.getCause()) was only caught
by a fail-safe at the top level of the player. False otherwise.