Package com.theoplayer.android.api.cache
Class CachingTaskError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CachingTaskError extends Exception
The caching task error.
-
-
Constructor Summary
Constructors Constructor Description CachingTaskError(ErrorCode errorCode, String description, Throwable cause)CachingTaskError(ErrorCode errorCode, String description)
-
Method Summary
Modifier and Type Method Description final ErrorCodegetErrorCode()The error code of the caching task error. final StringgetDescription()The description of the caching task error. -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
final ErrorCode getErrorCode()
The error code of the caching task error. (NonNull)
-
getDescription
final String getDescription()
The description of the caching task error. (NonNull)
-
-
-
-