-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public interface TtsEngine.Error implements ErrorMarker interface for the errors that the TtsEngine returns.
-
-
Method Summary
Modifier and Type Method Description abstract ErrorgetCause()abstract StringgetMessage()-
-
Method Detail
-
getCause
abstract Error getCause()
-
getMessage
abstract String getMessage()
-
-
-
-