-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class AssetRetriever.RetrieveError.FormatNotSupported extends AssetRetriever.RetrieveError
The format of the resource is not recognized.
-
-
Constructor Summary
Constructors Constructor Description AssetRetriever.RetrieveError.FormatNotSupported(Error cause)
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. -
-
Constructor Detail
-
AssetRetriever.RetrieveError.FormatNotSupported
AssetRetriever.RetrieveError.FormatNotSupported(Error cause)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-