Serialized Form
-
Package com.castlabs.android.downloader
-
Exception Class com.castlabs.android.downloader.ZipDataSource.ZipDataSourceException
class ZipDataSourceException extends IOException implements Serializable
-
-
Package com.castlabs.android.drm
-
Exception Class com.castlabs.android.drm.CastlabsMediaDrm.CastlabsMediaDrmException
class CastlabsMediaDrmException extends Exception implements Serializable-
Serialized Fields
-
type
int type
The type of the exception, indicating the specific error that occurred.
-
-
-
Exception Class com.castlabs.android.drm.DrmException
class DrmException extends DrmTodayException implements Serializable -
Exception Class com.castlabs.android.drm.DrmTodayException
class DrmTodayException extends Exception implements Serializable -
Exception Class com.castlabs.android.drm.DrmUtils.HttpExecutorException
class HttpExecutorException extends IOException implements Serializable -
Exception Class com.castlabs.android.drm.ProvisioningManager.ProvisionException
class ProvisionException extends Exception implements Serializable
-
-
Package com.castlabs.android.network
-
Exception Class com.castlabs.android.network.ConnectivityRegainedException
class ConnectivityRegainedException extends IOException implements Serializable
-
-
Package com.castlabs.android.player.exceptions
-
Exception Class com.castlabs.android.player.exceptions.BlocklistException
class BlocklistException extends Exception implements Serializable-
Serialized Fields
-
durationMs
long durationMs
The duration of the blocklisted track in milliseconds. -
format
com.google.android.exoplayer2.Format format
The format of the blocklisted track. -
reason
int reason
The reason why the track was blocklisted.
-
-
-
Exception Class com.castlabs.android.player.exceptions.CastlabsPlayerException
class CastlabsPlayerException extends Exception implements Serializable -
Exception Class com.castlabs.android.player.exceptions.DownloadException
class DownloadException extends IOException implements Serializable-
Serialized Fields
-
customMessage
String customMessage
Custom error message for the download exception -
responseBody
byte[] responseBody
Response body of the failed request, if available -
statusCode
int statusCode
HTTP status code of the failed request, or -1 if not applicable -
trackType
int trackType
The type of track that caused the download error -
uri
Uri uri
The URI that was being downloaded when the error occurred
-
-
-
Exception Class com.castlabs.android.player.exceptions.FilterException
class FilterException extends CastlabsPlayerException implements Serializable-
Serialized Fields
-
reason
int reason
-
-
-
Exception Class com.castlabs.android.player.exceptions.ParameterNotSetException
class ParameterNotSetException extends Exception implements Serializable -
Exception Class com.castlabs.android.player.exceptions.TunnelingException
class TunnelingException extends Exception implements Serializable-
Serialized Fields
-
reason
TunnelingException.Reason reason
The reason for the exception.
-
-
-