-
- 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 classSearchError.ReadingAn error occurred while accessing one of the publication's resources.
public final classSearchError.EngineAn error occurring in the search engine.
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. -
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-