-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class AssetRetriever.RetrieveUrlError.Reading extends AssetRetriever.RetrieveUrlError
An error occurred when trying to read the asset.
-
-
Constructor Summary
Constructors Constructor Description AssetRetriever.RetrieveUrlError.Reading(ReadError cause)
-
Method Summary
Modifier and Type Method Description ReadErrorgetCause()The cause error or null if there is none. StringgetMessage()An error message. -
-
Constructor Detail
-
AssetRetriever.RetrieveUrlError.Reading
AssetRetriever.RetrieveUrlError.Reading(ReadError cause)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-