DataInputException
public final class DataInputException extends JavaScriptException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | androidx.javascriptengine.JavaScriptException | |||
| ↳ | androidx.javascriptengine.DataInputException |
Indicates that streaming JavaScript code into the JS evaluation environment has failed.
The JavaScript isolate may continue to be used after this exception has been produced. The JavaScript evaluation will not proceed if the JavaScript code streaming fails.
Summary
Public constructors |
|---|
DataInputException(@NonNull String error) |
Inherited methods |
|---|