-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class ReadError.UnsupportedOperation extends ReadError
An operation could not be performed at some point.
For instance, this error can occur no matter the level of indirection when trying to read ranges or getting length if any component the data has to pass through doesn't support that.
-
-
Constructor Summary
Constructors Constructor Description ReadError.UnsupportedOperation(String message)ReadError.UnsupportedOperation(Error cause)
-
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.
-
-
-
-