Package 

Class ReadError.UnsupportedOperation

  • 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 Detail

      • ReadError.UnsupportedOperation

        ReadError.UnsupportedOperation(String message)
      • ReadError.UnsupportedOperation

        ReadError.UnsupportedOperation(Error cause)