-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class AssetRetriever.RetrieveError.Reading extends AssetRetriever.RetrieveError
An error occurred when trying to read the asset.
-
-
Constructor Summary
Constructors Constructor Description AssetRetriever.RetrieveError.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.RetrieveError.Reading
AssetRetriever.RetrieveError.Reading(ReadError cause)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-