SandboxUnsupportedException
public final class SandboxUnsupportedException extends RuntimeException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | androidx.javascriptengine.SandboxUnsupportedException |
Exception thrown when attempting to create a JavaScriptSandbox via createConnectedInstanceAsync when doing so is not supported.
This can occur when the WebView package is too old to provide a sandbox implementation.
Summary
Public constructors |
|---|
SandboxUnsupportedException(@NonNull String error) |
Inherited methods |
|---|
Public constructors
SandboxUnsupportedException
Added in 1.0.0
public SandboxUnsupportedException(@NonNull String error)