Package 

Class DecodeError

  • 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 class DecodeError.OutOfMemory

      Content could not be successfully decoded because there is not enough memory available.

      public final class DecodeError.Decoding

      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