-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class DecodeError.OutOfMemory extends DecodeError
Content could not be successfully decoded because there is not enough memory available.
-
-
Field Summary
Fields Modifier and Type Field Description private final ThrowableError<OutOfMemoryError>causeprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description DecodeError.OutOfMemory(OutOfMemoryError error)DecodeError.OutOfMemory(ThrowableError<OutOfMemoryError> cause)
-
Method Summary
Modifier and Type Method Description ThrowableError<OutOfMemoryError>getCause()The cause error or null if there is none. StringgetMessage()An error message. -
-
Constructor Detail
-
DecodeError.OutOfMemory
DecodeError.OutOfMemory(OutOfMemoryError error)
-
DecodeError.OutOfMemory
DecodeError.OutOfMemory(ThrowableError<OutOfMemoryError> cause)
-
-
Method Detail
-
getCause
ThrowableError<OutOfMemoryError> getCause()
The cause error or null if there is none.
-
getMessage
String getMessage()
An error message.
-
-
-
-