-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class ReadError.Access extends ReadError
An error occurred while trying to access the content.
At the moment, AccessErrors constructed by the toolkit can be either a FileSystemError, a ContentResolverError or an HttpError.
-
-
Field Summary
Fields Modifier and Type Field Description private final AccessErrorcauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description ReadError.Access(AccessError cause)
-
Method Summary
Modifier and Type Method Description AccessErrorgetCause()The cause error or null if there is none. StringgetMessage()An error message. -
-
Constructor Detail
-
ReadError.Access
ReadError.Access(AccessError cause)
-
-
Method Detail
-
getCause
AccessError getCause()
The cause error or null if there is none.
-
getMessage
String getMessage()
An error message.
-
-
-
-