Package 

Class DecodeError.Decoding

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

    • Method Summary

      Modifier and Type Method Description
      String getMessage() An error message.
      Error getCause() The cause error or null if there is none.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DecodeError.Decoding

        DecodeError.Decoding(Error cause)