-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public class AssetRetriever.RetrieveUrlError implements Error
Error while trying to retrieve an asset from an URL.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssetRetriever.RetrieveUrlError.SchemeNotSupportedThe scheme (e.g. http, file, content) for the requested Url is not supported.
public final classAssetRetriever.RetrieveUrlError.FormatNotSupportedThe format of the resource at the requested Url is not recognized.
public final classAssetRetriever.RetrieveUrlError.ReadingAn error occurred when trying to read the asset.
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. -
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-