-
- 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 StringgetMessage()An error message. abstract ErrorgetCause()The cause error or null if there is none. -
-
Method Detail
-
getMessage
abstract String getMessage()
An error message.
-
-
-
-