-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class DecodeError.Decoding extends DecodeError
Content could not be successfully decoded because it doesn't match what was expected.
-
-
Constructor Summary
Constructors Constructor Description DecodeError.Decoding(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
-
DecodeError.Decoding
DecodeError.Decoding(Error cause)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-