-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class SearchError.Reading extends SearchError
An error occurred while accessing one of the publication's resources.
-
-
Constructor Summary
Constructors Constructor Description SearchError.Reading(ReadError cause)
-
Method Summary
Modifier and Type Method Description ReadErrorgetCause()The cause error or null if there is none. StringgetMessage()An error message. -
-
Constructor Detail
-
SearchError.Reading
SearchError.Reading(ReadError cause)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-