SandboxUnsupportedException

public final class SandboxUnsupportedException extends RuntimeException


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

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

SandboxUnsupportedException

Added in 1.0.0-beta01
public SandboxUnsupportedException(@NonNull String error)