-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public class DecodeError implements Error
Errors produced when trying to decode content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDecodeError.OutOfMemoryContent could not be successfully decoded because there is not enough memory available.
public final classDecodeError.DecodingContent could not be successfully decoded because it doesn't match what was expected.
-
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.
-
-
-
-