-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public class AssetRetriever.RetrieveError implements Error
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssetRetriever.RetrieveError.FormatNotSupportedThe format of the resource is not recognized.
public final classAssetRetriever.RetrieveError.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.
-
-
-
-