-
- All Implemented Interfaces:
-
org.readium.navigator.media.tts.TtsEngine.Error,org.readium.r2.shared.util.Error
public class AndroidTtsEngine.Error.Output extends AndroidTtsEngine.Error
Denotes a failure related to the output (audio device or a file).
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final Errorcausepublic final static AndroidTtsEngine.Error.OutputINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetMessage()ErrorgetCause()-
-
Method Detail
-
getMessage
String getMessage()
-
getCause
Error getCause()
-
-
-
-