Package 

Class SearchError

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

    
    public class SearchError
     implements Error
                        

    Represents an error which might occur during a search activity.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class SearchError.Reading

      An error occurred while accessing one of the publication's resources.

      public final class SearchError.Engine

      An error occurring in the search engine.

    • 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