Package 

Interface AccessError

  • All Implemented Interfaces:
    org.readium.r2.shared.util.Error

    
    public interface AccessError
     implements Error
                        

    Marker interface for source-specific access errors.

    • Method Summary

      Modifier and Type Method Description
      abstract String getMessage() An error message.
      abstract 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