SandboxDeadException

public final class SandboxDeadException extends IsolateTerminatedException


Exception thrown when evaluation is terminated due the JavaScriptSandbox being dead. This can happen when close is called or when the sandbox process is killed by the framework.

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

SandboxDeadException

Added in 1.0.0-beta01
public SandboxDeadException()

SandboxDeadException

Added in 1.0.0-beta01
public SandboxDeadException(@NonNull String message)